Fuel incorrectly partition the node disk in CentOS

Bug #1379036 reported by Aleksandr Shaposhnikov
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
Medium
Vladimir Kozhukalov

Bug Description

Basically Fuel wasn't able to generate correct partitioning scheme for node provisioning.
I've tried to manually reboot the node 3 times and got the same error so it's not a random "anaconda" error but partitioning scripts error.

api/version:
{"build_id": "2014-10-08_00-36-13",
"ostf_sha": "64cb59c681658a7a55cc2c09d079072a41beb346",
"build_number": "22",
"auth_required": true,
"api": "1.0",
"nailgun_sha": "eb8f2b358ea4bb7eb0b2a0075e7ad3d3a905db0d",
"production": "docker",
"fuelmain_sha": "ce6a2871734bb40e09a6f61e9d007bb7e324fada",
"astute_sha": "f5fbd89d1e0e1f22ef9ab2af26da5ffbfbf24b13",
"feature_groups": ["mirantis"],
"release": "5.1.1",
"release_versions": {
"2014.1.1-5.1": {
"VERSION": {
"build_id": "2014-10-08_00-36-13",
"ostf_sha": "64cb59c681658a7a55cc2c09d079072a41beb346",
"build_number": "22",
"api": "1.0",
"nailgun_sha": "eb8f2b358ea4bb7eb0b2a0075e7ad3d3a905db0d",
"production": "docker",
"fuelmain_sha": "ce6a2871734bb40e09a6f61e9d007bb7e324fada",
"astute_sha": "f5fbd89d1e0e1f22ef9ab2af26da5ffbfbf24b13",
"feature_groups": ["mirantis"],
"release": "5.1.1",
"fuellib_sha": "46ad455514614ec2600314ac80191e0539ddfc04"}}},
"fuellib_sha": "46ad455514614ec2600314ac80191e0539ddfc04"}

Full diagnostic snapshot is in attachments.

-------------------------------------------
Here is the log from anaconda:

2014-10-08 21:48:18 INFO
2014-10-08 21:48:18 INFO
LVMError: lvactivate failed for nova: Unable to resume vm-nova (253:0)
2014-10-08 21:48:18 INFO
storage.storageInitialize(anaconda, examine_all=False)
2014-10-08 21:48:18 INFO
File "/usr/bin/anaconda", line 1113, in <module>
2014-10-08 21:48:18 INFO
storage.reset(examine_all=examine_all)
2014-10-08 21:48:18 INFO
File "/usr/lib/anaconda/storage/__init__.py", line 109, in storageInitialize
2014-10-08 21:48:18 INFO
self.devicetree.populate(prog)
2014-10-08 21:48:18 INFO
File "/usr/lib/anaconda/storage/__init__.py", line 452, in reset
2014-10-08 21:48:18 INFO
if self._setupLvs():
2014-10-08 21:48:18 INFO
File "/usr/lib/anaconda/storage/devicetree.py", line 2162, in populate
2014-10-08 21:48:18 INFO
if self.handleVgLvs(device):
2014-10-08 21:48:18 INFO
File "/usr/lib/anaconda/storage/devicetree.py", line 2068, in _setupLvs
2014-10-08 21:48:18 INFO
lv_device.setup()
2014-10-08 21:48:18 INFO
File "/usr/lib/anaconda/storage/devicetree.py", line 1631, in handleVgLvs
2014-10-08 21:48:18 INFO
lvm.lvactivate(self.vg.name, self._name)
2014-10-08 21:48:18 INFO
File "/usr/lib/anaconda/storage/devices.py", line 2506, in setup
2014-10-08 21:48:18 INFO
raise LVMError("lvactivate failed for %s: %s" % (lv_name, msg))
2014-10-08 21:48:18 INFO
File "/usr/lib/anaconda/storage/devicelibs/lvm.py", line 416, in lvactivate
2014-10-08 21:48:18 INFO
Traceback (most recent call first):
2014-10-08 21:48:18 CRIT
anaconda 13.21.215 exception report
2014-10-08 21:48:18 INFO
All kickstart %%traceback script(s) have been run
2014-10-08 21:48:18 INFO
Running kickstart %%traceback script(s)
2014-10-08 21:48:17 INFO
no initiator set
2014-10-08 21:48:17 INFO
ISCSID is /usr/sbin/iscsid
2014-10-08 21:48:17 INFO
Swap attempt of 16104M
2014-10-08 21:48:17 INFO
Detected 32208M of memory
2014-10-08 21:48:17 INFO
running "ssh-keygen -q -t dsa -f /etc/ssh/ssh_host_dsa_key -C -N "
2014-10-08 21:48:17 INFO
Default encoding = utf-8
2014-10-08 21:48:17 INFO
Display mode = t
2014-10-08 21:48:17 INFO
anaconda called with cmdline = ['/usr/bin/anaconda', '--stage2', 'http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img', '--kickstart', '/tmp/ks.cfg', '-T', '--selinux', '--lang', 'en_US.UTF-8', '--keymap', 'us', '--repo', 'http://10.20.0.2:8080/centos/fuelweb/x86_64/']
2014-10-08 21:48:17 INFO
created new libuser.conf at /tmp/libuser.1AkeRV with instPath="/mnt/sysimage"
2014-10-08 21:48:17 INFO
running "ssh-keygen -q -t rsa -f /etc/ssh/ssh_host_rsa_key -C -N "
2014-10-08 21:48:17 INFO
created new libuser.conf at /tmp/libuser.q1Wtao with instPath=""
2014-10-08 21:48:16 INFO
no /etc/zfcp.conf; not configuring zfcp
2014-10-08 21:48:16 INFO
2014-10-08 21:48:16 INFO
No FCoE EDD info found: No FCoE boot disk information is found in EDD!
2014-10-08 21:48:16 WARNING
'/usr/libexec/fcoe/fcoe_edd.sh' specified as full path
2014-10-08 21:48:16 INFO
no initiator set
2014-10-08 21:48:16 INFO
ISCSID is /usr/sbin/iscsid
2014-10-08 21:48:16 INFO
All kickstart %%pre script(s) have been run
2014-10-08 21:47:45 WARNING
'/bin/sh' specified as full path
2014-10-08 21:47:45 INFO
Running kickstart %%pre script(s)
2014-10-08 21:47:45 INFO
CentOS Linux is the highest priority installclass, using it
2014-10-08 21:47:45 INFO
Running anaconda script /usr/bin/anaconda
2014-10-08 21:47:45 INFO
getting ready to spawn shell now
2014-10-08 21:47:45 INFO
Loading SELinux policy
2014-10-08 21:47:45 INFO
got stage2 at url http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img
2014-10-08 21:47:45 INFO
mounted loopback device /mnt/runtime on /dev/loop0 as /tmp/install.img
2014-10-08 21:47:45 INFO
transferring http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img
2014-10-08 21:47:45 WARNING
Error downloading http://10.20.0.2:8080/centos/fuelweb/x86_64//images/product.img: HTTP response code said error
2014-10-08 21:47:45 INFO
transferring http://10.20.0.2:8080/centos/fuelweb/x86_64//images/product.img
2014-10-08 21:47:45 WARNING
Error downloading http://10.20.0.2:8080/centos/fuelweb/x86_64//images/updates.img: HTTP response code said error
2014-10-08 21:47:45 INFO
transferring http://10.20.0.2:8080/centos/fuelweb/x86_64//images/updates.img
2014-10-08 21:47:45 INFO
URL_STAGE_MAIN: url is http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img
2014-10-08 21:47:45 INFO
starting STEP_STAGE2
2014-10-08 21:47:45 INFO
starting STEP_METHOD
2014-10-08 21:47:45 INFO
setting language to en_US.UTF-8
2014-10-08 21:47:45 INFO
no stage2= given, assuming http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img
2014-10-08 21:47:45 WARNING
got to setupCdrom without a CD device
2014-10-08 21:47:45 INFO
kickstart forcing text mode
2014-10-08 21:47:45 INFO
setting up kickstart
2014-10-08 21:47:45 INFO
transferring http://10.20.0.2/cblr/svc/op/ks/system/node-23
2014-10-08 21:47:45 INFO
file location: http://10.20.0.2/cblr/svc/op/ks/system/node-23
2014-10-08 21:47:45 INFO
wait_for_iface_activation (2502): device eth2 activated
2014-10-08 21:47:45 INFO
doing kickstart... setting it up
2014-10-08 21:47:45 INFO
eth2 has link, using it
2014-10-08 21:47:45 INFO
results of url ks, url http://10.20.0.2:8080/centos/fuelweb/x86_64/
2014-10-08 21:47:45 INFO
kickstartFromUrl
2014-10-08 21:47:45 INFO
getting kickstart file
2014-10-08 21:47:45 INFO
anaconda version 13.21.215 on x86_64 starting
2014-10-08 21:47:45 INFO
text mode forced from cmdline
2014-10-08 21:47:45 INFO
2014-10-08 21:47:45 INFO
kernel command line: initrd=/images/centos-x86_64/initrd.img ksdevice=bootif lang= sshd=1 biosdevname=0 kssendmac locale=en_US text netcfg/choose_interface=0c:c4:7a:1d:92:84 udevrules=00:25:90:e3:3b:98_eth0,00:25:90:e3:3b:99_eth1,0c:c4:7a:1d:92:84_eth2,0c:c4:7a:1d:92:85_eth3 priority=critical ks=http://10.20.0.2/cblr/svc/op/ks/system/node-23 BOOT_IMAGE=/images/centos-x86_64/vmlinuz BOOTIF=01-0c-c4-7a-1d-92-84
2014-10-08 21:45:51 INFO
2014-10-08 21:45:51 INFO
LVMError: lvactivate failed for nova: Unable to resume vm-nova (253:0)
2014-10-08 21:45:51 INFO
storage.storageInitialize(anaconda, examine_all=False)
2014-10-08 21:45:51 INFO
File "/usr/bin/anaconda", line 1113, in <module>
2014-10-08 21:45:51 INFO
storage.reset(examine_all=examine_all)
2014-10-08 21:45:51 INFO
File "/usr/lib/anaconda/storage/__init__.py", line 109, in storageInitialize
2014-10-08 21:45:51 INFO
self.devicetree.populate(prog)
2014-10-08 21:45:51 INFO
File "/usr/lib/anaconda/storage/__init__.py", line 452, in reset
2014-10-08 21:45:51 INFO
if self._setupLvs():
2014-10-08 21:45:51 INFO
File "/usr/lib/anaconda/storage/devicetree.py", line 2162, in populate
2014-10-08 21:45:51 INFO
if self.handleVgLvs(device):
2014-10-08 21:45:51 INFO
File "/usr/lib/anaconda/storage/devicetree.py", line 2068, in _setupLvs
2014-10-08 21:45:51 INFO
lv_device.setup()
2014-10-08 21:45:51 INFO
File "/usr/lib/anaconda/storage/devicetree.py", line 1631, in handleVgLvs
2014-10-08 21:45:51 INFO
lvm.lvactivate(self.vg.name, self._name)
2014-10-08 21:45:51 INFO
File "/usr/lib/anaconda/storage/devices.py", line 2506, in setup
2014-10-08 21:45:51 INFO
raise LVMError("lvactivate failed for %s: %s" % (lv_name, msg))
2014-10-08 21:45:51 INFO
File "/usr/lib/anaconda/storage/devicelibs/lvm.py", line 416, in lvactivate
2014-10-08 21:45:51 INFO
Traceback (most recent call first):
2014-10-08 21:45:51 CRIT
anaconda 13.21.215 exception report
2014-10-08 21:45:51 INFO
All kickstart %%traceback script(s) have been run
2014-10-08 21:45:51 INFO
Running kickstart %%traceback script(s)
2014-10-08 21:45:50 INFO
no initiator set
2014-10-08 21:45:50 INFO
ISCSID is /usr/sbin/iscsid
2014-10-08 21:45:50 INFO
Swap attempt of 16104M
2014-10-08 21:45:50 INFO
Detected 32208M of memory
2014-10-08 21:45:50 INFO
running "ssh-keygen -q -t dsa -f /etc/ssh/ssh_host_dsa_key -C -N "
2014-10-08 21:45:50 INFO
Default encoding = utf-8
2014-10-08 21:45:50 INFO
Display mode = t
2014-10-08 21:45:50 INFO
anaconda called with cmdline = ['/usr/bin/anaconda', '--stage2', 'http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img', '--kickstart', '/tmp/ks.cfg', '-T', '--selinux', '--lang', 'en_US.UTF-8', '--keymap', 'us', '--repo', 'http://10.20.0.2:8080/centos/fuelweb/x86_64/']
2014-10-08 21:45:50 INFO
created new libuser.conf at /tmp/libuser.K6xWDE with instPath="/mnt/sysimage"
2014-10-08 21:45:50 INFO
running "ssh-keygen -q -t rsa -f /etc/ssh/ssh_host_rsa_key -C -N "
2014-10-08 21:45:50 INFO
created new libuser.conf at /tmp/libuser.V4dqsM with instPath=""
2014-10-08 21:45:50 INFO
no /etc/zfcp.conf; not configuring zfcp
2014-10-08 21:45:50 INFO
2014-10-08 21:45:50 INFO
No FCoE EDD info found: No FCoE boot disk information is found in EDD!
2014-10-08 21:45:50 WARNING
'/usr/libexec/fcoe/fcoe_edd.sh' specified as full path
2014-10-08 21:45:50 INFO
no initiator set
2014-10-08 21:45:50 INFO
ISCSID is /usr/sbin/iscsid
2014-10-08 21:45:50 INFO
All kickstart %%pre script(s) have been run
2014-10-08 21:45:18 WARNING
'/bin/sh' specified as full path
2014-10-08 21:45:18 INFO
Running kickstart %%pre script(s)
2014-10-08 21:45:18 INFO
CentOS Linux is the highest priority installclass, using it
2014-10-08 21:45:18 INFO
Running anaconda script /usr/bin/anaconda
2014-10-08 21:45:18 INFO
getting ready to spawn shell now
2014-10-08 21:45:18 INFO
Loading SELinux policy
2014-10-08 21:45:18 INFO
got stage2 at url http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img
2014-10-08 21:45:18 INFO
mounted loopback device /mnt/runtime on /dev/loop0 as /tmp/install.img
2014-10-08 21:45:18 INFO
transferring http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img
2014-10-08 21:45:18 WARNING
Error downloading http://10.20.0.2:8080/centos/fuelweb/x86_64//images/product.img: HTTP response code said error
2014-10-08 21:45:18 INFO
transferring http://10.20.0.2:8080/centos/fuelweb/x86_64//images/product.img
2014-10-08 21:45:18 WARNING
Error downloading http://10.20.0.2:8080/centos/fuelweb/x86_64//images/updates.img: HTTP response code said error
2014-10-08 21:45:18 INFO
transferring http://10.20.0.2:8080/centos/fuelweb/x86_64//images/updates.img
2014-10-08 21:45:18 INFO
URL_STAGE_MAIN: url is http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img
2014-10-08 21:45:18 INFO
starting STEP_STAGE2
2014-10-08 21:45:18 INFO
starting STEP_METHOD
2014-10-08 21:45:18 INFO
setting language to en_US.UTF-8
2014-10-08 21:45:18 INFO
no stage2= given, assuming http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img
2014-10-08 21:45:18 WARNING
got to setupCdrom without a CD device
2014-10-08 21:45:18 INFO
results of url ks, url http://10.20.0.2:8080/centos/fuelweb/x86_64/
2014-10-08 21:45:18 INFO
kickstartFromUrl
2014-10-08 21:45:18 INFO
kickstart forcing text mode
2014-10-08 21:45:18 INFO
setting up kickstart
2014-10-08 21:45:18 INFO
transferring http://10.20.0.2/cblr/svc/op/ks/system/node-23
2014-10-08 21:45:18 INFO
file location: http://10.20.0.2/cblr/svc/op/ks/system/node-23
2014-10-08 21:45:18 INFO
wait_for_iface_activation (2502): device eth2 activated
2014-10-08 21:45:18 INFO
doing kickstart... setting it up
2014-10-08 21:45:18 INFO
eth2 has link, using it
2014-10-08 21:45:18 INFO
getting kickstart file
2014-10-08 21:45:18 INFO
anaconda version 13.21.215 on x86_64 starting
2014-10-08 21:45:18 INFO
text mode forced from cmdline
2014-10-08 21:45:18 INFO
2014-10-08 21:45:18 INFO
kernel command line: initrd=/images/centos-x86_64/initrd.img ksdevice=bootif lang= sshd=1 biosdevname=0 kssendmac locale=en_US text netcfg/choose_interface=0c:c4:7a:1d:92:84 udevrules=00:25:90:e3:3b:98_eth0,00:25:90:e3:3b:99_eth1,0c:c4:7a:1d:92:84_eth2,0c:c4:7a:1d:92:85_eth3 priority=critical ks=http://10.20.0.2/cblr/svc/op/ks/system/node-23 BOOT_IMAGE=/images/centos-x86_64/vmlinuz BOOTIF=01-0c-c4-7a-1d-92-84
2014-10-08 21:32:46 INFO
2014-10-08 21:32:46 INFO
LVMError: lvactivate failed for nova: Unable to resume vm-nova (253:0)
2014-10-08 21:32:46 INFO
storage.storageInitialize(anaconda, examine_all=False)
2014-10-08 21:32:46 INFO
File "/usr/bin/anaconda", line 1113, in <module>
2014-10-08 21:32:46 INFO
storage.reset(examine_all=examine_all)
2014-10-08 21:32:46 INFO
File "/usr/lib/anaconda/storage/__init__.py", line 109, in storageInitialize
2014-10-08 21:32:46 INFO
self.devicetree.populate(prog)
2014-10-08 21:32:46 INFO
File "/usr/lib/anaconda/storage/__init__.py", line 452, in reset
2014-10-08 21:32:46 INFO
if self._setupLvs():
2014-10-08 21:32:46 INFO
File "/usr/lib/anaconda/storage/devicetree.py", line 2162, in populate
2014-10-08 21:32:46 INFO
if self.handleVgLvs(device):
2014-10-08 21:32:46 INFO
File "/usr/lib/anaconda/storage/devicetree.py", line 2068, in _setupLvs
2014-10-08 21:32:46 INFO
lv_device.setup()
2014-10-08 21:32:46 INFO
File "/usr/lib/anaconda/storage/devicetree.py", line 1631, in handleVgLvs
2014-10-08 21:32:46 INFO
lvm.lvactivate(self.vg.name, self._name)
2014-10-08 21:32:46 INFO
File "/usr/lib/anaconda/storage/devices.py", line 2506, in setup
2014-10-08 21:32:46 INFO
raise LVMError("lvactivate failed for %s: %s" % (lv_name, msg))
2014-10-08 21:32:46 INFO
File "/usr/lib/anaconda/storage/devicelibs/lvm.py", line 416, in lvactivate
2014-10-08 21:32:46 INFO
Traceback (most recent call first):
2014-10-08 21:32:46 CRIT
anaconda 13.21.215 exception report
2014-10-08 21:32:46 INFO
All kickstart %%traceback script(s) have been run
2014-10-08 21:32:46 INFO
Running kickstart %%traceback script(s)
2014-10-08 21:32:45 INFO
running "ssh-keygen -q -t dsa -f /etc/ssh/ssh_host_dsa_key -C -N "
2014-10-08 21:32:45 INFO
no initiator set
2014-10-08 21:32:45 INFO
ISCSID is /usr/sbin/iscsid
2014-10-08 21:32:44 INFO
Swap attempt of 16104M
2014-10-08 21:32:44 INFO
Detected 32208M of memory
2014-10-08 21:32:44 INFO
Default encoding = utf-8
2014-10-08 21:32:44 INFO
Display mode = t
2014-10-08 21:32:44 INFO
anaconda called with cmdline = ['/usr/bin/anaconda', '--stage2', 'http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img', '--kickstart', '/tmp/ks.cfg', '-T', '--selinux', '--lang', 'en_US.UTF-8', '--keymap', 'us', '--repo', 'http://10.20.0.2:8080/centos/fuelweb/x86_64/']
2014-10-08 21:32:44 INFO
created new libuser.conf at /tmp/libuser.QQ5gLD with instPath="/mnt/sysimage"
2014-10-08 21:32:44 INFO
running "ssh-keygen -q -t rsa -f /etc/ssh/ssh_host_rsa_key -C -N "
2014-10-08 21:32:44 INFO
created new libuser.conf at /tmp/libuser.a0UYVu with instPath=""
2014-10-08 21:32:44 INFO
no /etc/zfcp.conf; not configuring zfcp
2014-10-08 21:32:44 INFO
2014-10-08 21:32:44 INFO
No FCoE EDD info found: No FCoE boot disk information is found in EDD!
2014-10-08 21:32:44 WARNING
'/usr/libexec/fcoe/fcoe_edd.sh' specified as full path
2014-10-08 21:32:44 INFO
no initiator set
2014-10-08 21:32:44 INFO
ISCSID is /usr/sbin/iscsid
2014-10-08 21:32:44 INFO
All kickstart %%pre script(s) have been run
2014-10-08 21:32:11 WARNING
'/bin/sh' specified as full path
2014-10-08 21:32:11 INFO
Running kickstart %%pre script(s)
2014-10-08 21:32:11 INFO
CentOS Linux is the highest priority installclass, using it
2014-10-08 21:32:11 INFO
Running anaconda script /usr/bin/anaconda
2014-10-08 21:32:11 INFO
getting ready to spawn shell now
2014-10-08 21:32:11 INFO
Loading SELinux policy
2014-10-08 21:32:11 INFO
got stage2 at url http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img
2014-10-08 21:32:11 INFO
mounted loopback device /mnt/runtime on /dev/loop0 as /tmp/install.img
2014-10-08 21:32:11 INFO
transferring http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img
2014-10-08 21:32:11 WARNING
Error downloading http://10.20.0.2:8080/centos/fuelweb/x86_64//images/product.img: HTTP response code said error
2014-10-08 21:32:11 INFO
transferring http://10.20.0.2:8080/centos/fuelweb/x86_64//images/product.img
2014-10-08 21:32:11 WARNING
Error downloading http://10.20.0.2:8080/centos/fuelweb/x86_64//images/updates.img: HTTP response code said error
2014-10-08 21:32:11 INFO
transferring http://10.20.0.2:8080/centos/fuelweb/x86_64//images/updates.img
2014-10-08 21:32:11 INFO
URL_STAGE_MAIN: url is http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img
2014-10-08 21:32:11 INFO
starting STEP_STAGE2
2014-10-08 21:32:11 INFO
starting STEP_METHOD
2014-10-08 21:32:11 INFO
setting language to en_US.UTF-8
2014-10-08 21:32:11 INFO
no stage2= given, assuming http://10.20.0.2:8080/centos/fuelweb/x86_64//images/install.img
2014-10-08 21:32:11 WARNING
got to setupCdrom without a CD device
2014-10-08 21:32:11 INFO
results of url ks, url http://10.20.0.2:8080/centos/fuelweb/x86_64/
2014-10-08 21:32:11 INFO
kickstartFromUrl
2014-10-08 21:32:11 INFO
kickstart forcing text mode
2014-10-08 21:32:11 INFO
setting up kickstart
2014-10-08 21:32:11 INFO
transferring http://10.20.0.2/cblr/svc/op/ks/system/node-23
2014-10-08 21:32:11 INFO
file location: http://10.20.0.2/cblr/svc/op/ks/system/node-23
2014-10-08 21:32:11 INFO
wait_for_iface_activation (2502): device eth2 activated
2014-10-08 21:32:11 INFO
doing kickstart... setting it up
2014-10-08 21:32:11 INFO
eth2 has link, using it
2014-10-08 21:32:11 INFO
eth2 still has no link, waiting
2014-10-08 21:32:11 INFO
getting kickstart file
2014-10-08 21:32:11 INFO
anaconda version 13.21.215 on x86_64 starting
2014-10-08 21:32:11 INFO
text mode forced from cmdline
2014-10-08 21:32:11 INFO
2014-10-08 21:32:11 INFO
kernel command line: initrd=/images/centos-x86_64/initrd.img ksdevice=bootif lang= sshd=1 biosdevname=0 kssendmac locale=en_US text netcfg/choose_interface=0c:c4:7a:1d:92:84 udevrules=00:25:90:e3:3b:98_eth0,00:25:90:e3:3b:99_eth1,0c:c4:7a:1d:92:84_eth2,0c:c4:7a:1d:92:85_eth3 priority=critical ks=http://10.20.0.2/cblr/svc/op/ks/system/node-23 BOOT_IMAGE=/images/centos-x86_64/vmlinuz BOOTIF=01-0c-c4-7a-1d-92-84

Changed in fuel:
milestone: none → 6.0
assignee: nobody → Fuel Python Team (fuel-python)
tags: added: scale
Changed in fuel:
status: New → Confirmed
Revision history for this message
Dmitry Pyzhov (dpyzhov) wrote :

Looks like issue with existing partition scheme on that node. Setting Medium priority. We will investigate this issue later.

Changed in fuel:
importance: Undecided → Medium
Dmitry Pyzhov (dpyzhov)
Changed in fuel:
milestone: 6.0 → 6.1
Dmitry Pyzhov (dpyzhov)
tags: added: module-volumes
Dmitry Pyzhov (dpyzhov)
Changed in fuel:
assignee: Fuel Python Team (fuel-python) → Vladimir Kozhukalov (kozhukalov)
Dmitry Pyzhov (dpyzhov)
Changed in fuel:
milestone: 6.1 → 7.0
Dmitry Pyzhov (dpyzhov)
tags: added: feature-native-provisioning
tags: added: qa-agree-7.0
removed: feature-native-provisioning
Revision history for this message
Dmitry Pyzhov (dpyzhov) wrote :
Revision history for this message
Dmitry Pyzhov (dpyzhov) wrote :

As far as I know it occurred only once on one deployment and nobody had time to understand what happened. I don't see diagnostic snapshot and existing information is not enough for investigation.

Changed in fuel:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.