Hi,
I have a qcow2 image with LMV settings. How can i use it in proxmox?
1. I did convert the qcow2 image.
qm importdisk 107 /var/lib/vz/template/template/qcow/zpa-connector-el9-2024.06.qcow local-zfs
2. my storage settings:
# cat storage.cfg
dir: local
path /var/lib/vz
content vztmpl,iso,backup
zfspool: local-zfs
pool rpool/data
content images,rootdir
sparse 1
zfspool: Data
pool Data
content rootdir,images
mountpoint /Data
nodes node02,node03,node01
3. VM cannot boot up, with Error LVM missing.
4. can I use LVM based installation image in ZFS type storage?
thank you
I have a qcow2 image with LMV settings. How can i use it in proxmox?
1. I did convert the qcow2 image.
qm importdisk 107 /var/lib/vz/template/template/qcow/zpa-connector-el9-2024.06.qcow local-zfs
2. my storage settings:
# cat storage.cfg
dir: local
path /var/lib/vz
content vztmpl,iso,backup
zfspool: local-zfs
pool rpool/data
content images,rootdir
sparse 1
zfspool: Data
pool Data
content rootdir,images
mountpoint /Data
nodes node02,node03,node01
3. VM cannot boot up, with Error LVM missing.
4. can I use LVM based installation image in ZFS type storage?
thank you