basically, i do not understand zfs image store and am getting in trouble with `qm disk import`. heck, i can not even figure out how to do the the equivalent of `ls -l` to see what is in the zfs store.
i createVM 101 and it creates `images:vm-101-disk-0` as expected. [ i tried to create the VM without allocating a disk, but could not ]. the available space on the store goes down by 34G, the size of the image; which makes sense.
i `qm disk import 101 foo.raw images --format raw`. it reports
note the "disk-1" and the available space on the store has decreased by another 34G. so i seem to have two images, not what i wanted.
and, of course, the VM instance can not see the imported image. i booted supergrub and grml ISOs and confirmed the VM did not see the imported disk.
i createVM 101 and it creates `images:vm-101-disk-0` as expected. [ i tried to create the VM without allocating a disk, but could not ]. the available space on the store goes down by 34G, the size of the image; which makes sense.
i `qm disk import 101 foo.raw images --format raw`. it reports
Code:
Successfully imported disk as 'unused0:images:vm-101-disk-1'
note the "disk-1" and the available space on the store has decreased by another 34G. so i seem to have two images, not what i wanted.
and, of course, the VM instance can not see the imported image. i booted supergrub and grml ISOs and confirmed the VM did not see the imported disk.