Comment 10 for bug 1735931

Revision history for this message
Marian Gasparovic (marosg) wrote :

Looks good!

juju config cinder block-device
sdb

juju ssh cinder/0 "lsblk; sudo pvs; sudo vgs; sudo lvs"
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 50G 0 disk
└─sda1 8:1 0 50G 0 part /
sdb 8:16 0 10G 0 disk
├─cinder--volumes-cinder--volumes--pool_tmeta 252:0 0 12M 0 lvm
│ └─cinder--volumes-cinder--volumes--pool 252:2 0 9.5G 0 lvm
└─cinder--volumes-cinder--volumes--pool_tdata 252:1 0 9.5G 0 lvm
  └─cinder--volumes-cinder--volumes--pool 252:2 0 9.5G 0 lvm
sdc 8:32 0 10G 0 disk
  PV VG Fmt Attr PSize PFree
  /dev/sdb cinder-volumes lvm2 a-- 10.00g 484.00m
  VG #PV #LV #SN Attr VSize VFree
  cinder-volumes 1 1 0 wz--n- 10.00g 484.00m
  LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
  cinder-volumes-pool cinder-volumes twi-a-tz-- 9.50g 0.00 0.59

juju config cinder block-device="sdb sdc"

juju ssh cinder/0 "lsblk; sudo pvs; sudo vgs; sudo lvs"
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 50G 0 disk
└─sda1 8:1 0 50G 0 part /
sdb 8:16 0 10G 0 disk
├─cinder--volumes-cinder--volumes--pool_tmeta 252:0 0 12M 0 lvm
│ └─cinder--volumes-cinder--volumes--pool 252:2 0 19.5G 0 lvm
└─cinder--volumes-cinder--volumes--pool_tdata 252:1 0 19.5G 0 lvm
  └─cinder--volumes-cinder--volumes--pool 252:2 0 19.5G 0 lvm
sdc 8:32 0 10G 0 disk
└─cinder--volumes-cinder--volumes--pool_tdata 252:1 0 19.5G 0 lvm
  └─cinder--volumes-cinder--volumes--pool 252:2 0 19.5G 0 lvm
  PV VG Fmt Attr PSize PFree
  /dev/sdb cinder-volumes lvm2 a-- 10.00g 484.00m
  /dev/sdc cinder-volumes lvm2 a-- 10.00g 0
  VG #PV #LV #SN Attr VSize VFree
  cinder-volumes 2 1 0 wz--n- 19.99g 484.00m
  LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
  cinder-volumes-pool cinder-volumes twi-a-tz-- 19.50g 0.00 0.91