Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. sudo truncate --size 20G ~/cinder-volumes
  2. sudo losetup -fv ~/cinder-volumes
  3. sudo vgcreate cinder-volumes /dev/loop0
  4. sudo vgdisplay cinder-volumes
  5.  
  6.  
  7. also changed cinder volume driver to be LVMVolumeDriver in /etc/cinder/cinder.conf
  8.  
  9. systemctl restart openstack-cinder-volume
  10. cinder-manage db sync
  11. cinder-manage service-list
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement