Activity log for bug #1610676

Date Who What changed Old value New value Message
2016-08-07 12:59:31 Serg Lystopad bug added bug
2016-08-07 13:01:51 Serg Lystopad bug added subscriber Ivan Kolodyazhny
2016-08-07 13:13:17 Serg Lystopad description Detailed bug description: when user creates bunch of VMs using 'Boot from volume (creates a new volume)' Horizon shows that volumes have been created on different NFS shares (have been distributed almost evenly between different shares). Actually almost all volumes have been created on one of the configured shares. So there are 2 issues in this case: - cinder doesn't distribute volumes between back-end shares - os-vol-host-attr:host property is incorrectly reported for some volumes Steps to reproduce: spawn 100 VMs using 'Boot from volume (creates a new volume)', check os-vol-host-attr:host property for volumes, check actual place where volume file has been created Description of the environment: MOS8 (liberty), fuel-plugin-cinder-netapp (4.1.1) with NetApp NFS backend (4 NFS shares are configured) Detailed bug description: when user creates bunch of VMs using 'Boot from volume (creates a new volume)' Horizon shows that volumes have been created on different NFS shares (have been distributed almost evenly between different shares). Actually almost all volumes have been created on one of the configured shares. So there are 2 issues in this case:  - cinder doesn't distribute volumes between back-end shares  - os-vol-host-attr:host property is incorrectly reported for some volumes > for vol_id in $(cinder list --tenant 237abf0b66c84a8aa3fcf8399b84995f | sed '1,3d' | sed '$d' | sed 's/\ //g' | cut -f2 -d'|'); do vol_host=$(cinder show $vol_id | grep os-vol-host-attr:host | sed 's/\ //g' | cut -f3 -d'|'); echo "$vol_host $vol_id"; done | sort -k1 | cut -f1 -d ' ' | uniq -c 27 str:netapp@cinder_netapp#172.18.52.240:/vol_cin2 33 str:netapp@cinder_netapp#172.18.52.240:/vol_cin3 30 str:netapp@cinder_netapp#172.18.52.240:/vol_cin4 I expect 30 volumes on 172.18.52.240:/vol_cin4 share, but actually only 4 are there > mount | grep vol_cin 172.18.52.240:/vol_cin1 on /var/lib/cinder/mnt/38bc0a0c3d2f51eaae54acf7edd7a718 type nfs (rw,addr=172.18.52.240) 172.18.52.240:/vol_cin2 on /var/lib/cinder/mnt/f7be1a30ac7d2a5bf5d64a909665ca93 type nfs (rw,addr=172.18.52.240) 172.18.52.240:/vol_cin3 on /var/lib/cinder/mnt/5f779d92fd63c7ce63935cdced8b474b type nfs (rw,addr=172.18.52.240) 172.18.52.240:/vol_cin4 on /var/lib/cinder/mnt/f72992e58017c3e7f5b81fd75487eecb type nfs (rw,addr=172.18.52.240) > for mp in $(mount | grep vol_cin | cut -f3 -d ' '); do echo "$mp $(ls $mp/volume* | wc -l)"; done /var/lib/cinder/mnt/38bc0a0c3d2f51eaae54acf7edd7a718 382 /var/lib/cinder/mnt/f7be1a30ac7d2a5bf5d64a909665ca93 4 /var/lib/cinder/mnt/5f779d92fd63c7ce63935cdced8b474b 14 /var/lib/cinder/mnt/f72992e58017c3e7f5b81fd75487eecb 4 Steps to reproduce: spawn 100 VMs using 'Boot from volume (creates a new volume)', check os-vol-host-attr:host property for volumes, check actual place where volume file has been created Description of the environment: MOS8 (liberty), fuel-plugin-cinder-netapp (4.1.1) with NetApp NFS backend (4 NFS shares are configured)
2016-08-07 14:57:59 Stanislav Kolenkin nominated for series mos/8.0.x
2016-08-07 14:57:59 Stanislav Kolenkin bug task added mos/8.0.x
2016-08-08 13:08:47 Denis Meltsaykin mos: status New Confirmed
2016-08-08 13:08:49 Denis Meltsaykin mos/8.0.x: status New Confirmed
2016-08-08 13:08:52 Denis Meltsaykin mos: importance Undecided High
2016-08-08 13:08:53 Denis Meltsaykin mos/8.0.x: importance Undecided High
2016-08-08 13:09:00 Denis Meltsaykin mos: assignee MOS Cinder (mos-cinder)
2016-08-08 13:09:06 Denis Meltsaykin mos/8.0.x: assignee MOS Cinder (mos-cinder)
2016-08-08 13:09:13 Denis Meltsaykin mos/8.0.x: milestone 8.0-updates
2016-08-08 13:09:16 Denis Meltsaykin mos: milestone 9.1
2016-08-08 13:09:25 Denis Meltsaykin tags customer-found area-cinder customer-found
2016-08-08 15:22:05 Ivan Kolodyazhny mos/8.0.x: assignee MOS Cinder (mos-cinder) Ivan Kolodyazhny (e0ne)
2016-08-08 15:22:15 Ivan Kolodyazhny mos: assignee MOS Cinder (mos-cinder) Ivan Kolodyazhny (e0ne)
2016-08-11 14:49:44 Denis Meltsaykin mos/8.0.x: milestone 8.0-updates 8.0-mu-3
2016-08-12 13:33:30 Ivan Kolodyazhny mos/8.0.x: status Confirmed Fix Committed
2016-08-12 13:33:33 Ivan Kolodyazhny mos: status Confirmed In Progress
2016-09-12 12:07:43 Ivan Kolodyazhny mos: status In Progress Fix Committed
2016-09-12 13:26:04 Sofiia Andriichenko tags area-cinder customer-found area-cinder customer-found on-verification
2016-09-13 13:42:06 Sofiia Andriichenko mos: status Fix Committed Fix Released
2016-09-16 13:07:06 Vadim Rovachev mos/8.0.x: status Fix Committed Fix Released