search for: 8388608k

Displaying 1 result from an estimated 1 matches for "8388608k".

Did you mean: 8388608
2010 May 31
1
Working example of logical storage pool and volume creation?
...Starting the logical pool works: # virsh pool-start guest_images_lvm Pool guest_images_lvm started # Creation of volumes fail: # virsh vol-create-as guest_images_lvm volume1 8G error: Failed to create vol volume1 error: internal error '/sbin/lvcreate --name volume1 -L 8388608K /dev/mapper' exited with non-zero status 3 and signal 0: Volume group name expected (no slash) Run `lvcreate --help' for more information. # So, it looked like "/dev/mapper" in the pool-define-as command should have instead been the LVM volume group again. That doesn...