Activity log for bug #1353011

Date Who What changed Old value New value Message
2014-08-05 17:15:03 Rafael David Tinoco bug added bug
2014-08-05 17:15:30 Rafael David Tinoco description it was brought to me the following situation: """""" * Environment Ubuntu 14.04 LTS Pacemaker 1.1.10+git20130802-1ubuntu2 * Issue I cannot use "crm configure load update". It cause an error as below. # crm configure load update settings.crm ERROR: elements cib-bootstrap-options already exist My pacemaker settings. -------------------------------------------- property no-quorum-policy="ignore" \ stonith-enabled="true" \ startup-fencing="false" \ crmd-transition-delay="2s" rsc_defaults resource-stickiness="INFINITY" \ migration-threshold="1" group grpStonith1 \ prmStonith1-2 group grpStonith2 \ prmStonith2-2 fencing_topology \ A1MB101: prmStonith1-2 \ A1MB102: prmStonith2-2 primitive prmStonith1-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB101" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" primitive prmStonith2-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB102" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" location rsc_location-grpStonith1 grpStonith1 \ rule -INFINITY: #uname eq A1MB101 location rsc_location-grpStonith2 grpStonith2 \ rule -INFINITY: #uname eq A1MB102 -------------------------------------------- * Request 1. It may be a bug. Can you fix it? I found this thread. http://www.gossamer-threads.com/lists/linuxha/dev/87790 """""" I was able to reproduce the following error: root@trustycluster01:~# crm configure load xml replace ./cluster.xml ERROR: elements 739246090,739246088,739246089,739246087,cib-bootstrap-options already exist Exporting and trying to re-import my personal cluster configuration. And based on the public discussion (when this was reported): http://www.gossamer-threads.com/lists/linuxha/dev/87790 I could see developer "fixed" this behavior on Aug 8 2013. After digging a little on crm configure load I could find that this error came from a file on the package crmsh and on crmsh upstream tree I found this: inaddy@trusty.00070402:/bugs/00070402/sources/upstream/crmsh$ git log --since 2013-08-06 --until 2013-08-12 --pretty=format:'%ad %an | %h ||| %s' --date=local --date-order --graph | cat * Thu Aug 8 09:55:23 2013 Dejan Muhamedagic | b146349 ||| Medium: cibconf: repair configure load update So I'm assuming this will fix the issue... Opening the public bug for the fix. It was brought to me (~inaddy) the following situation: """""" * Environment Ubuntu 14.04 LTS Pacemaker 1.1.10+git20130802-1ubuntu2 * Issue I cannot use "crm configure load update". It cause an error as below. # crm configure load update settings.crm ERROR: elements cib-bootstrap-options already exist My pacemaker settings. -------------------------------------------- property no-quorum-policy="ignore" \ stonith-enabled="true" \ startup-fencing="false" \ crmd-transition-delay="2s" rsc_defaults resource-stickiness="INFINITY" \ migration-threshold="1" group grpStonith1 \ prmStonith1-2 group grpStonith2 \ prmStonith2-2 fencing_topology \ A1MB101: prmStonith1-2 \ A1MB102: prmStonith2-2 primitive prmStonith1-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB101" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" primitive prmStonith2-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB102" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" location rsc_location-grpStonith1 grpStonith1 \ rule -INFINITY: #uname eq A1MB101 location rsc_location-grpStonith2 grpStonith2 \ rule -INFINITY: #uname eq A1MB102 -------------------------------------------- * Request 1. It may be a bug. Can you fix it? I found this thread. http://www.gossamer-threads.com/lists/linuxha/dev/87790 """""" I was able to reproduce the following error: root@trustycluster01:~# crm configure load xml replace ./cluster.xml ERROR: elements 739246090,739246088,739246089,739246087,cib-bootstrap-options already exist Exporting and trying to re-import my personal cluster configuration. And based on the public discussion (when this was reported): http://www.gossamer-threads.com/lists/linuxha/dev/87790 I could see developer "fixed" this behavior on Aug 8 2013. After digging a little on crm configure load I could find that this error came from a file on the package crmsh and on crmsh upstream tree I found this: inaddy@trusty.00070402:/bugs/00070402/sources/upstream/crmsh$ git log --since 2013-08-06 --until 2013-08-12 --pretty=format:'%ad %an | %h ||| %s' --date=local --date-order --graph | cat * Thu Aug 8 09:55:23 2013 Dejan Muhamedagic | b146349 ||| Medium: cibconf: repair configure load update So I'm assuming this will fix the issue... Opening the public bug for the fix.
2014-08-05 17:15:33 Rafael David Tinoco crmsh (Ubuntu): status New Confirmed
2014-08-05 17:15:37 Rafael David Tinoco crmsh (Ubuntu): assignee Rafael David Tinoco (inaddy)
2014-08-05 17:15:44 Rafael David Tinoco bug added subscriber Bruce Tarro
2014-08-05 17:21:52 Rafael David Tinoco description It was brought to me (~inaddy) the following situation: """""" * Environment Ubuntu 14.04 LTS Pacemaker 1.1.10+git20130802-1ubuntu2 * Issue I cannot use "crm configure load update". It cause an error as below. # crm configure load update settings.crm ERROR: elements cib-bootstrap-options already exist My pacemaker settings. -------------------------------------------- property no-quorum-policy="ignore" \ stonith-enabled="true" \ startup-fencing="false" \ crmd-transition-delay="2s" rsc_defaults resource-stickiness="INFINITY" \ migration-threshold="1" group grpStonith1 \ prmStonith1-2 group grpStonith2 \ prmStonith2-2 fencing_topology \ A1MB101: prmStonith1-2 \ A1MB102: prmStonith2-2 primitive prmStonith1-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB101" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" primitive prmStonith2-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB102" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" location rsc_location-grpStonith1 grpStonith1 \ rule -INFINITY: #uname eq A1MB101 location rsc_location-grpStonith2 grpStonith2 \ rule -INFINITY: #uname eq A1MB102 -------------------------------------------- * Request 1. It may be a bug. Can you fix it? I found this thread. http://www.gossamer-threads.com/lists/linuxha/dev/87790 """""" I was able to reproduce the following error: root@trustycluster01:~# crm configure load xml replace ./cluster.xml ERROR: elements 739246090,739246088,739246089,739246087,cib-bootstrap-options already exist Exporting and trying to re-import my personal cluster configuration. And based on the public discussion (when this was reported): http://www.gossamer-threads.com/lists/linuxha/dev/87790 I could see developer "fixed" this behavior on Aug 8 2013. After digging a little on crm configure load I could find that this error came from a file on the package crmsh and on crmsh upstream tree I found this: inaddy@trusty.00070402:/bugs/00070402/sources/upstream/crmsh$ git log --since 2013-08-06 --until 2013-08-12 --pretty=format:'%ad %an | %h ||| %s' --date=local --date-order --graph | cat * Thu Aug 8 09:55:23 2013 Dejan Muhamedagic | b146349 ||| Medium: cibconf: repair configure load update So I'm assuming this will fix the issue... Opening the public bug for the fix. It was brought to me (~inaddy) the following situation: """""" * Environment Ubuntu 14.04 LTS Pacemaker 1.1.10+git20130802-1ubuntu2 * Issue I cannot use "crm configure load update". It cause an error as below. # crm configure load update settings.crm ERROR: elements cib-bootstrap-options already exist My pacemaker settings. -------------------------------------------- property no-quorum-policy="ignore" \ stonith-enabled="true" \ startup-fencing="false" \ crmd-transition-delay="2s" rsc_defaults resource-stickiness="INFINITY" \ migration-threshold="1" group grpStonith1 \ prmStonith1-2 group grpStonith2 \ prmStonith2-2 fencing_topology \ A1MB101: prmStonith1-2 \ A1MB102: prmStonith2-2 primitive prmStonith1-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB101" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" primitive prmStonith2-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB102" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" location rsc_location-grpStonith1 grpStonith1 \ rule -INFINITY: #uname eq A1MB101 location rsc_location-grpStonith2 grpStonith2 \ rule -INFINITY: #uname eq A1MB102 -------------------------------------------- * Request 1. It may be a bug. Can you fix it? I found this thread. http://www.gossamer-threads.com/lists/linuxha/dev/87790 """""" I was able to reproduce the following error: root@trustycluster01:~# crm configure load xml replace ./cluster.xml ERROR: elements 739246090,739246088,739246089,739246087,cib-bootstrap-options already exist Exporting and trying to re-import my personal cluster configuration. And based on the public discussion (when this was reported): http://www.gossamer-threads.com/lists/linuxha/dev/87790 I could see developer "fixed" this behavior on Aug 8 2013. After digging a little on crm configure load I could find that this error came from a file on the package crmsh and on crmsh upstream tree I found this: inaddy@trusty.00070402:/bugs/00070402/sources/upstream/crmsh$ git log --since 2013-08-06 --until 2013-08-12 --pretty=format:'%ad %an | %h ||| %s' --date=local --date-order --graph | cat * Thu Aug 8 09:55:23 2013 Dejan Muhamedagic | b146349 ||| Medium: cibconf: repair configure load update So I'm assuming (and testing right now) this will fix the issue... Opening the public bug for the fix I'll provide after tests.
2014-08-08 16:18:32 Rafael David Tinoco description It was brought to me (~inaddy) the following situation: """""" * Environment Ubuntu 14.04 LTS Pacemaker 1.1.10+git20130802-1ubuntu2 * Issue I cannot use "crm configure load update". It cause an error as below. # crm configure load update settings.crm ERROR: elements cib-bootstrap-options already exist My pacemaker settings. -------------------------------------------- property no-quorum-policy="ignore" \ stonith-enabled="true" \ startup-fencing="false" \ crmd-transition-delay="2s" rsc_defaults resource-stickiness="INFINITY" \ migration-threshold="1" group grpStonith1 \ prmStonith1-2 group grpStonith2 \ prmStonith2-2 fencing_topology \ A1MB101: prmStonith1-2 \ A1MB102: prmStonith2-2 primitive prmStonith1-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB101" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" primitive prmStonith2-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB102" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" location rsc_location-grpStonith1 grpStonith1 \ rule -INFINITY: #uname eq A1MB101 location rsc_location-grpStonith2 grpStonith2 \ rule -INFINITY: #uname eq A1MB102 -------------------------------------------- * Request 1. It may be a bug. Can you fix it? I found this thread. http://www.gossamer-threads.com/lists/linuxha/dev/87790 """""" I was able to reproduce the following error: root@trustycluster01:~# crm configure load xml replace ./cluster.xml ERROR: elements 739246090,739246088,739246089,739246087,cib-bootstrap-options already exist Exporting and trying to re-import my personal cluster configuration. And based on the public discussion (when this was reported): http://www.gossamer-threads.com/lists/linuxha/dev/87790 I could see developer "fixed" this behavior on Aug 8 2013. After digging a little on crm configure load I could find that this error came from a file on the package crmsh and on crmsh upstream tree I found this: inaddy@trusty.00070402:/bugs/00070402/sources/upstream/crmsh$ git log --since 2013-08-06 --until 2013-08-12 --pretty=format:'%ad %an | %h ||| %s' --date=local --date-order --graph | cat * Thu Aug 8 09:55:23 2013 Dejan Muhamedagic | b146349 ||| Medium: cibconf: repair configure load update So I'm assuming (and testing right now) this will fix the issue... Opening the public bug for the fix I'll provide after tests. [Impact]  * [Test Case]  * [Regression Potential]  * [Other Info]  * Original bug description: ---------------- It was brought to me (~inaddy) the following situation: """""" * Environment Ubuntu 14.04 LTS Pacemaker 1.1.10+git20130802-1ubuntu2 * Issue I cannot use "crm configure load update". It cause an error as below. # crm configure load update settings.crm ERROR: elements cib-bootstrap-options already exist My pacemaker settings. -------------------------------------------- property no-quorum-policy="ignore" \ stonith-enabled="true" \ startup-fencing="false" \ crmd-transition-delay="2s" rsc_defaults resource-stickiness="INFINITY" \ migration-threshold="1" group grpStonith1 \ prmStonith1-2 group grpStonith2 \ prmStonith2-2 fencing_topology \ A1MB101: prmStonith1-2 \ A1MB102: prmStonith2-2 primitive prmStonith1-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB101" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" primitive prmStonith2-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB102" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" location rsc_location-grpStonith1 grpStonith1 \ rule -INFINITY: #uname eq A1MB101 location rsc_location-grpStonith2 grpStonith2 \ rule -INFINITY: #uname eq A1MB102 -------------------------------------------- * Request 1. It may be a bug. Can you fix it? I found this thread. http://www.gossamer-threads.com/lists/linuxha/dev/87790 """""" I was able to reproduce the following error: root@trustycluster01:~# crm configure load xml replace ./cluster.xml ERROR: elements 739246090,739246088,739246089,739246087,cib-bootstrap-options already exist Exporting and trying to re-import my personal cluster configuration. And based on the public discussion (when this was reported): http://www.gossamer-threads.com/lists/linuxha/dev/87790 I could see developer "fixed" this behavior on Aug 8 2013. After digging a little on crm configure load I could find that this error came from a file on the package crmsh and on crmsh upstream tree I found this: inaddy@trusty.00070402:/bugs/00070402/sources/upstream/crmsh$ git log --since 2013-08-06 --until 2013-08-12 --pretty=format:'%ad %an | %h ||| %s' --date=local --date-order --graph | cat * Thu Aug 8 09:55:23 2013 Dejan Muhamedagic | b146349 ||| Medium: cibconf: repair configure load update So I'm assuming (and testing right now) this will fix the issue... Opening the public bug for the fix I'll provide after tests.
2014-08-08 16:27:38 Rafael David Tinoco description [Impact]  * [Test Case]  * [Regression Potential]  * [Other Info]  * Original bug description: ---------------- It was brought to me (~inaddy) the following situation: """""" * Environment Ubuntu 14.04 LTS Pacemaker 1.1.10+git20130802-1ubuntu2 * Issue I cannot use "crm configure load update". It cause an error as below. # crm configure load update settings.crm ERROR: elements cib-bootstrap-options already exist My pacemaker settings. -------------------------------------------- property no-quorum-policy="ignore" \ stonith-enabled="true" \ startup-fencing="false" \ crmd-transition-delay="2s" rsc_defaults resource-stickiness="INFINITY" \ migration-threshold="1" group grpStonith1 \ prmStonith1-2 group grpStonith2 \ prmStonith2-2 fencing_topology \ A1MB101: prmStonith1-2 \ A1MB102: prmStonith2-2 primitive prmStonith1-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB101" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" primitive prmStonith2-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB102" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" location rsc_location-grpStonith1 grpStonith1 \ rule -INFINITY: #uname eq A1MB101 location rsc_location-grpStonith2 grpStonith2 \ rule -INFINITY: #uname eq A1MB102 -------------------------------------------- * Request 1. It may be a bug. Can you fix it? I found this thread. http://www.gossamer-threads.com/lists/linuxha/dev/87790 """""" I was able to reproduce the following error: root@trustycluster01:~# crm configure load xml replace ./cluster.xml ERROR: elements 739246090,739246088,739246089,739246087,cib-bootstrap-options already exist Exporting and trying to re-import my personal cluster configuration. And based on the public discussion (when this was reported): http://www.gossamer-threads.com/lists/linuxha/dev/87790 I could see developer "fixed" this behavior on Aug 8 2013. After digging a little on crm configure load I could find that this error came from a file on the package crmsh and on crmsh upstream tree I found this: inaddy@trusty.00070402:/bugs/00070402/sources/upstream/crmsh$ git log --since 2013-08-06 --until 2013-08-12 --pretty=format:'%ad %an | %h ||| %s' --date=local --date-order --graph | cat * Thu Aug 8 09:55:23 2013 Dejan Muhamedagic | b146349 ||| Medium: cibconf: repair configure load update So I'm assuming (and testing right now) this will fix the issue... Opening the public bug for the fix I'll provide after tests. [Impact]  * crm configure load update does not work in Trusty. * it is not possible to restore previous cluster configuration. [Test Case]  * crm configure save * crm configure load * see the error [Regression Potential]  * based on upstream commit. * tested by community and assigner. fixes the issue. * not working today so no potential regression. [Other Info]  * Original bug description: ---------------- It was brought to me (~inaddy) the following situation: """""" * Environment Ubuntu 14.04 LTS Pacemaker 1.1.10+git20130802-1ubuntu2 * Issue I cannot use "crm configure load update". It cause an error as below. # crm configure load update settings.crm ERROR: elements cib-bootstrap-options already exist My pacemaker settings. -------------------------------------------- property no-quorum-policy="ignore" \ stonith-enabled="true" \ startup-fencing="false" \ crmd-transition-delay="2s" rsc_defaults resource-stickiness="INFINITY" \ migration-threshold="1" group grpStonith1 \ prmStonith1-2 group grpStonith2 \ prmStonith2-2 fencing_topology \ A1MB101: prmStonith1-2 \ A1MB102: prmStonith2-2 primitive prmStonith1-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB101" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" primitive prmStonith2-2 stonith:external/ssh \ params \ pcmk_reboot_timeout="300s" \ hostlist="A1MB102" \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="ignore" location rsc_location-grpStonith1 grpStonith1 \ rule -INFINITY: #uname eq A1MB101 location rsc_location-grpStonith2 grpStonith2 \ rule -INFINITY: #uname eq A1MB102 -------------------------------------------- * Request 1. It may be a bug. Can you fix it? I found this thread. http://www.gossamer-threads.com/lists/linuxha/dev/87790 """""" I was able to reproduce the following error: root@trustycluster01:~# crm configure load xml replace ./cluster.xml ERROR: elements 739246090,739246088,739246089,739246087,cib-bootstrap-options already exist Exporting and trying to re-import my personal cluster configuration. And based on the public discussion (when this was reported): http://www.gossamer-threads.com/lists/linuxha/dev/87790 I could see developer "fixed" this behavior on Aug 8 2013. After digging a little on crm configure load I could find that this error came from a file on the package crmsh and on crmsh upstream tree I found this: inaddy@trusty.00070402:/bugs/00070402/sources/upstream/crmsh$ git log --since 2013-08-06 --until 2013-08-12 --pretty=format:'%ad %an | %h ||| %s' --date=local --date-order --graph | cat * Thu Aug 8 09:55:23 2013 Dejan Muhamedagic | b146349 ||| Medium: cibconf: repair configure load update So I'm assuming (and testing right now) this will fix the issue... Opening the public bug for the fix I'll provide after tests.
2014-08-08 16:28:18 Rafael David Tinoco attachment added trusty_crmsh_1.2.5+hg1034-1ubuntu4.debdiff https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1353011/+attachment/4172953/+files/trusty_crmsh_1.2.5%2Bhg1034-1ubuntu4.debdiff
2014-08-08 16:28:20 Rafael David Tinoco attachment added trusty_crmsh_1.2.5+hg1034-1ubuntu4.debdiff https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1353011/+attachment/4172954/+files/trusty_crmsh_1.2.5%2Bhg1034-1ubuntu4.debdiff
2014-08-08 16:30:00 Rafael David Tinoco bug added subscriber Ubuntu Stable Release Updates Team
2014-08-28 20:11:01 Brian Murray nominated for series Ubuntu Trusty
2014-08-28 20:11:01 Brian Murray bug task added crmsh (Ubuntu Trusty)
2014-08-28 20:24:17 Brian Murray crmsh (Ubuntu Trusty): status New Triaged
2014-08-28 20:24:21 Brian Murray crmsh (Ubuntu Trusty): importance Undecided Medium
2014-08-28 20:24:25 Brian Murray crmsh (Ubuntu): status Confirmed Fix Released
2014-08-28 20:25:16 Brian Murray crmsh (Ubuntu Trusty): status Triaged Fix Committed
2014-08-28 20:25:20 Brian Murray bug added subscriber SRU Verification
2014-08-28 20:25:28 Brian Murray tags crmsh pacemaker trusty crmsh pacemaker trusty verification-needed
2014-08-28 21:12:30 Launchpad Janitor branch linked lp:ubuntu/trusty-proposed/crmsh
2014-08-30 06:36:38 Nobuto Murata bug added subscriber Nobuto MURATA
2014-09-15 12:24:48 Rafael David Tinoco tags crmsh pacemaker trusty verification-needed crmsh pacemaker trusty verification-node
2014-09-15 12:25:09 Rafael David Tinoco bug added subscriber Takashi NATSUME
2014-09-15 12:44:32 Nobuto Murata tags crmsh pacemaker trusty verification-node crmsh pacemaker trusty verification-done
2014-09-16 21:43:48 Launchpad Janitor crmsh (Ubuntu Trusty): status Fix Committed Fix Released
2014-09-16 21:43:53 Colin Watson removed subscriber Ubuntu Stable Release Updates Team