Hi,
By installing proxmox 7.4 on two nodes+shared ISCSI storage, and setting up ISCSI multipatch according to that manual(with LVM), I had a problem.
I can't take a snapshot of the virtual machine!
OK, I uninstalled LVM, vgremove, pvremove, and found an easier solution.
Formatted ISCSI multipatch:
Mounted this partition on each node:
And created directory in the GUI..
Thats worked! Snapshots of VM, are created in datastore! Disk format type, when creating a virtual machine, is also available
The big question, is whether I did the right thing, by removing one level of abstraction in the form of lvm?
Is my decision correct?
By installing proxmox 7.4 on two nodes+shared ISCSI storage, and setting up ISCSI multipatch according to that manual(with LVM), I had a problem.
I can't take a snapshot of the virtual machine!
OK, I uninstalled LVM, vgremove, pvremove, and found an easier solution.
Formatted ISCSI multipatch:
Bash:
mkfs.ext4 /dev/mapper/mpatha
Bash:
mount /dev/mapper/mpatha /mnt/iscsi
Thats worked! Snapshots of VM, are created in datastore! Disk format type, when creating a virtual machine, is also available
The big question, is whether I did the right thing, by removing one level of abstraction in the form of lvm?
Is my decision correct?
Last edited: