failed when try to create a volume from a image using command cinder create --image-id 123 --display-name boot_vol1 3
I have used the command cinder create --image-id XXX --display-name boot_vol1 3 to create the volume from image. output: | 5dc94ea2-e199-4bdd-985c-2da9eb8954dd | error | boot_vol1 | 3 | None | false |
In the /var/log/cinnder/cinder-volume.log error is: ImageCopyFailure: Failed to copy image to volume: [Errno 13] Permission denied: '/usr/lib/python2.7/dist-packages/conversion'
//entries from cinder.conf volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver, iscsi_helper = ietadm
Thanks unmesh it works