You can download deb directly - http://ftp.no.debian.org/debian/pool/main/d/debsums/debsums_3.0.2.1_all.deb
Using Live distro you can mount rpool and then bind mount /dev /sys /proc , chroot and use it as normal OS. In that environment you can install debsums, look at files and do changes.
Looking to your storage config your ZFS nvme_cluster pool must have mount point to /nvme_cluster
rootfs should be: nvme_cluster:subvol-122-disk-0,size=32G
If you are connecting to Windows VM you can use this manual - https://www.itechtics.com/use-multiple-monitors-rdc/
I think the same could be achieved with Linux too.
Old thread but I have the same problem.
If I set ram as hotplug and size 122880: TASK ERROR: memory size (122880) must be aligned to 4096 for hotplugging
If I change to 123904: Kernel panic - not syncing: System is deadlocked on memory
If I remove ram from hotplug and set the size 122880...
Lets begin to fix it from the ZFS point.
Is your nvme_cluster ZFS pool dedicated to VM data? Then lets set his mountpoint to /nvme_cluste or /media/nvme_cluste as I do.
#zfs set mountpoint=/nvme_cluste nvme_cluste
First of all - Why you want to use ZFS?
All other stuff can do it too: H/R, mdadm, LVM, filesystems, etc.
But none of them do data integrity check. Except others filesystems like btrfs.
If you don't need data integrity validation before it reach program then use regular tools and by happy...
I see nvme_cluster mount point is /
Doesn`t it overlaps with rpool ? Or your OS is in nvme_cluster ?
I think this is how it should be.
I see you are doing small mistakes in every step.
Mounting in Live CD you can use -R : zpool import pool -R /another/mount/point
So you could do what you need without mixing with Live CD / mountpoint
Or -N : Import the pool without mounting any file systems.
p.s. it is OK for /rpool/PVE and /rpool/DATA to be empty
BTW nvme_cluster/vm-123-disk-0 you can access from host in /dev/zvol/nvme_cluster/vm-123-disk-0 or /dev/zvol/nvme_cluster/pve/vm-123-disk-0 ( depend on storage config)
From there you can mount/format virtual disk/block volume. Just do it then VM using this storage is off.
Hello blastmun
As I can see it is filesystem in ZFS, not a block volume
This config search for the file, not catalog.
try to remove .raw
And make sure you can access files /nvme_cluster/subvol-122-disk-0 from host
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.