I am using a HA-Cluster with two systems. One system (sys-b) used an microSd on a USB-Reader for storing data.
It is a zfs pool. This pool is available (zpool list) and accessible.
If I am trying to migrate a container from sys-a to sys-b it doesn't work. The container doesn't use the sdpool-single-1TB.
If I am prioritizing sys-b, the container won't be available at all as migration will be started every 10s and stays in relocate state (limited to 2 in the HA settings, but this is ignored).
The happens with all of my containers / vms.
How to fix:
- The containers / vms staying in relocate state forever
- Migration impossible (wrong error message)
It is a zfs pool. This pool is available (zpool list) and accessible.
If I am trying to migrate a container from sys-a to sys-b it doesn't work. The container doesn't use the sdpool-single-1TB.
If I am prioritizing sys-b, the container won't be available at all as migration will be started every 10s and stays in relocate state (limited to 2 in the HA settings, but this is ignored).
The happens with all of my containers / vms.
How to fix:
- The containers / vms staying in relocate state forever
- Migration impossible (wrong error message)
Code:
zfs error: cannot open 'sdpool-single-1TB': no such pool
zfs error: cannot open 'sdpool-single-1TB': no such pool
2023-08-03 08:33:02 ERROR: could not activate storage 'sys-b.sdpool-single-1TB.proxmox.container', zfs error: cannot import 'sdpool-single-1TB': no such pool available
2023-08-03 08:33:02 aborting phase 1 - cleanup resources
2023-08-03 08:33:02 start final cleanup
2023-08-03 08:33:02 ERROR: migration aborted (duration 00:00:01): could not activate storage 'sys-b.sdpool-single-1TB.proxmox.container', zfs error: cannot import 'sdpool-single-1TB': no such pool available
TASK ERROR: migration aborted
Code:
df .
Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
sdpool-single-1TB/data 967308032 855311744 111996288 89% /mnt/sdpool-single-1TB/data
Last edited: