Activity log for bug #1640919

Date Who What changed Old value New value Message
2016-11-10 19:47:26 Jonathan Meisel bug added bug
2016-11-14 18:06:31 Launchpad Janitor pcs (Ubuntu): status New Confirmed
2016-11-14 23:21:06 Rafael David Tinoco pcs (Ubuntu): assignee Rafael David Tinoco (inaddy)
2016-11-14 23:21:15 Rafael David Tinoco pcs (Ubuntu): importance Undecided Medium
2016-11-15 20:05:11 Jonathan Meisel description PCS cluster setup hangs, apparently due to a "find" command attempting to search through a fuse mountpoint directory (/var/lib/lxcfs/*). ----------------->%----------------- lsb_release -rd Description: Ubuntu 16.04.1 LTS Release: 16.04 -----------------%<----------------- apt-cache policy pcs pcs: Installed: 0.9.149-1 Candidate: 0.9.149-1 Version table: *** 0.9.149-1 500 ----------------->%----------------- PCS cluster setup hangs when cleaning up old cluster configurations, apparently due to a "find" command attempting to search through a fuse mountpoint directory (/var/lib/lxcfs/*). sudo pcs cluster setup --name jmclus1 uby2 uby3 Destroying cluster on nodes: uby2, uby3... uby2: Stopping Cluster (pacemaker)... uby3: Stopping Cluster (pacemaker)... ---setup hangs here---- The setup seems to hang because of this line in /usr/lib/python2.7/dist-packages/pcs/cluste r.py (which attempts to delete stale cluster configuration xml files: os.system("find /var/lib -name '"+name+"' -exec rm -f \{\} \;") sudo find /var/lib -name 'cib-*' 2>&1 | grep 'Permission denied' | wc -l 426 Changing this line to: os.system("find /var/lib/pacemaker -name '"+name+"' -exec rm -f \{\} \;") to avoid searching under /var/lib/lxcfs (the fuse mountpoint) provided a workaround for me. PCS cluster setup hangs, apparently due to a "find" command attempting to search through a fuse mountpoint directory (/var/lib/lxcfs/*). ----------------->%----------------- lsb_release -rd Description: Ubuntu 16.04.1 LTS Release: 16.04 -----------------%<----------------- apt-cache policy pcs pcs:   Installed: 0.9.149-1   Candidate: 0.9.149-1   Version table:  *** 0.9.149-1 500 ----------------->%----------------- PCS cluster setup hangs when cleaning up old cluster configurations, apparently due to a "find" command attempting to search through a fuse mountpoint directory (/var/lib/lxcfs/*). sudo pcs cluster setup --name jmclus1 uby2 uby3 Destroying cluster on nodes: uby2, uby3... uby2: Stopping Cluster (pacemaker)... uby3: Stopping Cluster (pacemaker)... ---setup hangs here---- The setup seems to hang because of this line in /usr/lib/python2.7/dist-packages/pcs/cluste r.py (which attempts to delete stale cluster configuration xml files: os.system("find /var/lib -name '"+name+"' -exec rm -f \{\} \;") sudo find /var/lib -name 'cib-*' 2>&1 | grep 'Permission denied' | wc -l 426 Changing this line to: os.system("find /var/lib/pacemaker -name '"+name+"' -exec rm -f \{\} \;") to avoid searching under /var/lib/lxcfs (the fuse mountpoint) provided a workaround for me.
2016-11-15 20:06:51 Jonathan Meisel description PCS cluster setup hangs, apparently due to a "find" command attempting to search through a fuse mountpoint directory (/var/lib/lxcfs/*). ----------------->%----------------- lsb_release -rd Description: Ubuntu 16.04.1 LTS Release: 16.04 -----------------%<----------------- apt-cache policy pcs pcs:   Installed: 0.9.149-1   Candidate: 0.9.149-1   Version table:  *** 0.9.149-1 500 ----------------->%----------------- PCS cluster setup hangs when cleaning up old cluster configurations, apparently due to a "find" command attempting to search through a fuse mountpoint directory (/var/lib/lxcfs/*). sudo pcs cluster setup --name jmclus1 uby2 uby3 Destroying cluster on nodes: uby2, uby3... uby2: Stopping Cluster (pacemaker)... uby3: Stopping Cluster (pacemaker)... ---setup hangs here---- The setup seems to hang because of this line in /usr/lib/python2.7/dist-packages/pcs/cluste r.py (which attempts to delete stale cluster configuration xml files: os.system("find /var/lib -name '"+name+"' -exec rm -f \{\} \;") sudo find /var/lib -name 'cib-*' 2>&1 | grep 'Permission denied' | wc -l 426 Changing this line to: os.system("find /var/lib/pacemaker -name '"+name+"' -exec rm -f \{\} \;") to avoid searching under /var/lib/lxcfs (the fuse mountpoint) provided a workaround for me. PCS cluster setup hangs, apparently due to a "find" command attempting to search through a fuse mountpoint directory (/var/lib/lxcfs/*). ----------------->%----------------- lsb_release -rd Description: Ubuntu 16.04.1 LTS Release: 16.04 -----------------%<----------------- apt-cache policy pcs pcs:   Installed: 0.9.149-1   Candidate: 0.9.149-1   Version table:  *** 0.9.149-1 500 ----------------->%----------------- PCS cluster setup hangs when cleaning up old cluster configurations, apparently due to a "find" command attempting to search through a fuse mountpoint directory (/var/lib/lxcfs/*). sudo pcs cluster setup --name jmclus1 uby2 uby3 Destroying cluster on nodes: uby2, uby3... uby2: Stopping Cluster (pacemaker)... uby3: Stopping Cluster (pacemaker)... ---setup hangs here---- The setup seems to hang because of this line in /usr/lib/python2.7/dist-packages/pcs/cluste r.py (which attempts to delete stale cluster configuration xml files: os.system("find /var/lib -name '"+name+"' -exec rm -f \{\} \;") sudo find /var/lib -name 'cib-*' 2>&1 | grep 'Permission denied' | wc -l 426 Changing this line to: os.system("find /var/lib/pacemaker -name '"+name+"' -exec rm -f \{\} \;") to avoid searching under /var/lib/lxcfs (the fuse mountpoint) provided a workaround for me. sosreport-J.Meisel.1640923-20161115104001.tar.xz -- this is an sosreport from before installing pcs / pacemaker / corosync sosreport-J.Meisel.1640919-20161115105845.tar.xz -- this is an sosreport while pcs cluster setup hung
2016-11-17 15:22:34 Mario Splivalo bug added subscriber Mario Splivalo
2016-12-06 00:18:54 Rafael David Tinoco nominated for series Ubuntu Yakkety
2016-12-06 00:18:54 Rafael David Tinoco nominated for series Ubuntu Zesty
2016-12-06 00:18:54 Rafael David Tinoco nominated for series Ubuntu Xenial
2016-12-07 02:47:38 Rafael David Tinoco bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847294
2016-12-07 03:12:44 Rafael David Tinoco bug task added pcs (Debian)
2016-12-07 03:49:50 Bug Watch Updater pcs (Debian): status Unknown New
2016-12-09 03:49:03 Rafael David Tinoco attachment added xenial_pcs_0.9.149-1ubuntu1.debdiff https://bugs.launchpad.net/debian/+source/pcs/+bug/1640919/+attachment/4789354/+files/xenial_pcs_0.9.149-1ubuntu1.debdiff
2016-12-09 03:53:14 Rafael David Tinoco attachment removed xenial_pcs_0.9.149-1ubuntu1.debdiff https://bugs.launchpad.net/debian/+source/pcs/+bug/1640919/+attachment/4789354/+files/xenial_pcs_0.9.149-1ubuntu1.debdiff
2016-12-09 03:53:46 Rafael David Tinoco attachment added xenial_pcs_0.9.149-1ubuntu1.debdiff https://bugs.launchpad.net/debian/+source/pcs/+bug/1640919/+attachment/4789355/+files/xenial_pcs_0.9.149-1ubuntu1.debdiff
2016-12-09 03:55:34 Rafael David Tinoco attachment added yakkety_pcs_0.9.153-2ubuntu1.debdiff https://bugs.launchpad.net/debian/+source/pcs/+bug/1640919/+attachment/4789356/+files/yakkety_pcs_0.9.153-2ubuntu1.debdiff
2016-12-09 03:55:52 Rafael David Tinoco attachment added zesty_pcs_0.9.155-1ubuntu1.debdiff https://bugs.launchpad.net/debian/+source/pcs/+bug/1640919/+attachment/4789357/+files/zesty_pcs_0.9.155-1ubuntu1.debdiff
2016-12-09 04:03:39 Rafael David Tinoco description PCS cluster setup hangs, apparently due to a "find" command attempting to search through a fuse mountpoint directory (/var/lib/lxcfs/*). ----------------->%----------------- lsb_release -rd Description: Ubuntu 16.04.1 LTS Release: 16.04 -----------------%<----------------- apt-cache policy pcs pcs:   Installed: 0.9.149-1   Candidate: 0.9.149-1   Version table:  *** 0.9.149-1 500 ----------------->%----------------- PCS cluster setup hangs when cleaning up old cluster configurations, apparently due to a "find" command attempting to search through a fuse mountpoint directory (/var/lib/lxcfs/*). sudo pcs cluster setup --name jmclus1 uby2 uby3 Destroying cluster on nodes: uby2, uby3... uby2: Stopping Cluster (pacemaker)... uby3: Stopping Cluster (pacemaker)... ---setup hangs here---- The setup seems to hang because of this line in /usr/lib/python2.7/dist-packages/pcs/cluste r.py (which attempts to delete stale cluster configuration xml files: os.system("find /var/lib -name '"+name+"' -exec rm -f \{\} \;") sudo find /var/lib -name 'cib-*' 2>&1 | grep 'Permission denied' | wc -l 426 Changing this line to: os.system("find /var/lib/pacemaker -name '"+name+"' -exec rm -f \{\} \;") to avoid searching under /var/lib/lxcfs (the fuse mountpoint) provided a workaround for me. sosreport-J.Meisel.1640923-20161115104001.tar.xz -- this is an sosreport from before installing pcs / pacemaker / corosync sosreport-J.Meisel.1640919-20161115105845.tar.xz -- this is an sosreport while pcs cluster setup hung [Impact] * PCS might take too much time when destroying a cluster. * There is a look for leftovers over /var/lib/ using "find". * If lxcfs is too big that might take awhile. [Test Case] * Install PCS * Configure a pacemaker cluster using PCS * Make sure /var/lib/ is huge * Try to destroy the cluster using PCS [Regression Potential] * Purging leftovers could be affected. * Almost none. [Other Info] Fixing together (same SRU): https://bugs.launchpad.net/ubuntu/+source/pcs/+bug/1580035 (xenial) https://bugs.launchpad.net/ubuntu/+source/pcs/+bug/1580045 (xenial) And this one (yakkety & zesty) [Original Description] PCS cluster setup hangs, apparently due to a "find" command attempting to search through a fuse mountpoint directory (/var/lib/lxcfs/*). ----------------->%----------------- lsb_release -rd Description: Ubuntu 16.04.1 LTS Release: 16.04 -----------------%<----------------- apt-cache policy pcs pcs:   Installed: 0.9.149-1   Candidate: 0.9.149-1   Version table:  *** 0.9.149-1 500 ----------------->%----------------- PCS cluster setup hangs when cleaning up old cluster configurations, apparently due to a "find" command attempting to search through a fuse mountpoint directory (/var/lib/lxcfs/*). sudo pcs cluster setup --name jmclus1 uby2 uby3 Destroying cluster on nodes: uby2, uby3... uby2: Stopping Cluster (pacemaker)... uby3: Stopping Cluster (pacemaker)... ---setup hangs here---- The setup seems to hang because of this line in /usr/lib/python2.7/dist-packages/pcs/cluste r.py (which attempts to delete stale cluster configuration xml files: os.system("find /var/lib -name '"+name+"' -exec rm -f \{\} \;") sudo find /var/lib -name 'cib-*' 2>&1 | grep 'Permission denied' | wc -l 426 Changing this line to: os.system("find /var/lib/pacemaker -name '"+name+"' -exec rm -f \{\} \;") to avoid searching under /var/lib/lxcfs (the fuse mountpoint) provided a workaround for me. sosreport-J.Meisel.1640923-20161115104001.tar.xz -- this is an sosreport from before installing pcs / pacemaker / corosync sosreport-J.Meisel.1640919-20161115105845.tar.xz -- this is an sosreport while pcs cluster setup hung
2016-12-09 04:03:55 Rafael David Tinoco bug added subscriber Ubuntu Sponsors Team
2016-12-09 14:55:57 Mattia Rizzolo bug task added pcs (Ubuntu Zesty)
2016-12-09 14:56:04 Mattia Rizzolo bug task added pcs (Ubuntu Yakkety)
2016-12-09 14:56:10 Mattia Rizzolo bug task added pcs (Ubuntu Xenial)
2016-12-09 17:51:44 Rafael David Tinoco attachment removed zesty_pcs_0.9.155-1ubuntu1.debdiff https://bugs.launchpad.net/debian/+source/pcs/+bug/1640919/+attachment/4789357/+files/zesty_pcs_0.9.155-1ubuntu1.debdiff
2016-12-09 17:51:52 Rafael David Tinoco attachment removed yakkety_pcs_0.9.153-2ubuntu1.debdiff https://bugs.launchpad.net/debian/+source/pcs/+bug/1640919/+attachment/4789356/+files/yakkety_pcs_0.9.153-2ubuntu1.debdiff
2016-12-09 17:52:01 Rafael David Tinoco attachment removed xenial_pcs_0.9.149-1ubuntu1.debdiff https://bugs.launchpad.net/debian/+source/pcs/+bug/1640919/+attachment/4789355/+files/xenial_pcs_0.9.149-1ubuntu1.debdiff
2016-12-09 17:52:16 Rafael David Tinoco attachment added xenial_pcs_0.9.149-1ubuntu1.debdiff https://bugs.launchpad.net/debian/+source/pcs/+bug/1640919/+attachment/4789660/+files/xenial_pcs_0.9.149-1ubuntu1.debdiff
2016-12-09 17:53:08 Rafael David Tinoco attachment added yakkety_pcs_0.9.153-2ubuntu1.debdiff https://bugs.launchpad.net/debian/+source/pcs/+bug/1640919/+attachment/4789661/+files/yakkety_pcs_0.9.153-2ubuntu1.debdiff
2016-12-09 17:53:23 Rafael David Tinoco attachment added zesty_pcs_0.9.155-1ubuntu1.debdiff https://bugs.launchpad.net/debian/+source/pcs/+bug/1640919/+attachment/4789662/+files/zesty_pcs_0.9.155-1ubuntu1.debdiff
2016-12-10 08:10:01 Bug Watch Updater pcs (Debian): status New Fix Released
2016-12-10 14:40:05 Mattia Rizzolo pcs (Ubuntu Zesty): status Confirmed In Progress
2016-12-10 14:40:10 Mattia Rizzolo pcs (Ubuntu Yakkety): status New In Progress
2016-12-10 14:40:13 Mattia Rizzolo pcs (Ubuntu Yakkety): importance Undecided Medium
2016-12-10 14:40:19 Mattia Rizzolo pcs (Ubuntu Yakkety): assignee Rafael David Tinoco (inaddy)
2016-12-10 14:40:23 Mattia Rizzolo pcs (Ubuntu Xenial): status New In Progress
2016-12-10 14:40:25 Mattia Rizzolo pcs (Ubuntu Xenial): importance Undecided Medium
2016-12-10 14:40:34 Mattia Rizzolo pcs (Ubuntu Xenial): assignee Rafael David Tinoco (inaddy)
2016-12-13 09:23:32 Launchpad Janitor pcs (Ubuntu Zesty): status In Progress Fix Released
2016-12-15 17:17:48 Brian Murray pcs (Ubuntu Yakkety): status In Progress Fix Committed
2016-12-15 17:17:51 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2016-12-15 17:17:54 Brian Murray bug added subscriber SRU Verification
2016-12-15 17:17:59 Brian Murray tags verification-needed
2016-12-15 17:23:31 Brian Murray pcs (Ubuntu Xenial): status In Progress Fix Committed
2016-12-15 17:23:38 Brian Murray removed subscriber Ubuntu Sponsors Team
2017-01-04 02:13:24 Felipe Reyes tags verification-needed verification-done-xenial verification-needed
2017-01-04 03:02:00 Felipe Reyes tags verification-done-xenial verification-needed verification-done-xenial verification-done-yakkety verification-needed
2017-01-04 03:02:11 Felipe Reyes tags verification-done-xenial verification-done-yakkety verification-needed verification-done verification-done-xenial verification-done-yakkety
2017-01-04 16:34:12 Felipe Reyes tags verification-done verification-done-xenial verification-done-yakkety sts verification-done verification-done-xenial verification-done-yakkety
2017-01-05 16:32:12 Launchpad Janitor pcs (Ubuntu Xenial): status Fix Committed Fix Released
2017-01-05 16:32:26 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2017-01-11 00:01:40 Launchpad Janitor pcs (Ubuntu Yakkety): status Fix Committed Fix Released