Cinder volume is shown as a disk on Fuel 6.0 UI

Bug #1436403 reported by Alyona Kiseleva
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Incomplete
Medium
Unassigned

Bug Description

Fuel 6.0 environment, 2 nodes: conrtroller and compute+cinder.
Cinder volume, mounted with iscsi, appears in Fuel UI on page "Configure disks". The commands were cinder create, nova boot, nova volume-attach.

description: updated
Changed in fuel:
milestone: none → 6.0.1
importance: Undecided → Medium
Revision history for this message
Stanislav Makar (smakar) wrote :

Could you please upload screenshot and provide diagnostic snapshot ?

Revision history for this message
Stanislav Makar (smakar) wrote :

And provide more details how we can reproduce it ?

Changed in fuel:
status: New → Incomplete
Revision history for this message
Alyona Kiseleva (akiselyova) wrote :

Unfortuntely, I have already passed lab for another tasks, and I can't deploy there environment to reproduce bug.
I had environment with 2 hardware servers as nodes and Fuel on VM. Each node has 2 hard disks, labeled sda and sdb.
Partition for disk on compute node setted as virtual storage on sda and cinder on sdb.
After deployment, I made following steps:
glance image-create --name "disk_io_perf" $opts --copy-from "https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img"
nova flavor-create "disk_io_perf.256" "disk_io_perf.256" "256" "20" "1"
nova keypair-add "disk_io_perf" > "disk_io_perf.pem"

cinder create --display-name test-volume 20
Get vol_id from output
nova boot --flavor "disk_io_perf.256" --image "disk_io_perf" --key-name "disk_io_perf" --security-groups default --nic net-id=novanetwork disk-test
nova volume-attach disk-test VOL_ID /dev/vdb

After this commands in Fuel UI on page "Configure disks" I see 3 disks, new one labeled sdc and contains virtual srorage.

Revision history for this message
Dmitry Pyzhov (dpyzhov) wrote :

Strange bug. But it will be fixed with this fix: https://bugs.launchpad.net/fuel/+bug/1387028

tags: added: feature-hardware-change
tags: added: module-volume
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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