Hello everybody,
I'm testing on my homelab some features on PVE 8.0 and i make a simple but non impossible misstake,
I was setting the RAM to zfs to 4GB on /etc/modprobe.d/zfs.conf with the argument :
options zfs zfs_arc_max=4294967296
and I run the command :
update-initramfs -u
and after that i rebooted....
I get a nice error on zfs pools on intramfs
and to make it work again I've done the following process:
#vi /etc/modprobe.d/zfs.conf (check the numbers and something)
# zpool import -f rpool
# zfs set mountpoint=/mnt rpool/ROOT/pve-1
# mount -t proc /proc /mnt/proc
# mount --rbind /dev /mnt/dev
# mount --rbind /sys /mnt/sys
# chroot /mnt /bin/bash
and I exit the intramfs
rebooted and ready 2 go
it worked pretty well
I'm testing on my homelab some features on PVE 8.0 and i make a simple but non impossible misstake,
I was setting the RAM to zfs to 4GB on /etc/modprobe.d/zfs.conf with the argument :
options zfs zfs_arc_max=4294967296
and I run the command :
update-initramfs -u
and after that i rebooted....
I get a nice error on zfs pools on intramfs
and to make it work again I've done the following process:
#vi /etc/modprobe.d/zfs.conf (check the numbers and something)
# zpool import -f rpool
# zfs set mountpoint=/mnt rpool/ROOT/pve-1
# mount -t proc /proc /mnt/proc
# mount --rbind /dev /mnt/dev
# mount --rbind /sys /mnt/sys
# chroot /mnt /bin/bash
and I exit the intramfs
rebooted and ready 2 go
it worked pretty well