Hi
I have cluster with 2 nodes version 5.1-35.
Ii wanted to reboot the 2 nodes so first I migrated all VMs from the first note to the second one and everything went fine. Then, I wanted to come back with all VMs to the first node. and here the problems started:
2018-01-19 11:00:13 starting migration of VM 105 to node 'prox3' (192.168.10.203)
2018-01-19 11:00:13 ERROR: Failed to sync data - could not activate storage 'local-zfs', zfs error: cannot import 'rpool': no such pool available
2018-01-19 11:00:13 aborting phase 1 - cleanup resources
2018-01-19 11:00:13 ERROR: migration aborted (duration 00:00:00): Failed to sync data - could not activate storage 'local-zfs', zfs error: cannot import 'rpool': no such pool available
TASK ERROR: migration aborted
On the command line on the second node (called prox 5):
root@prox5:~# zpool list
The ZFS modules are not loaded.
Try running '/sbin/modprobe zfs' as root to load them.
root@prox5:~# /sbin/modprobe zfs
root@prox5:~# zpool list
no pools available
Any ideas?
I have cluster with 2 nodes version 5.1-35.
Ii wanted to reboot the 2 nodes so first I migrated all VMs from the first note to the second one and everything went fine. Then, I wanted to come back with all VMs to the first node. and here the problems started:
2018-01-19 11:00:13 starting migration of VM 105 to node 'prox3' (192.168.10.203)
2018-01-19 11:00:13 ERROR: Failed to sync data - could not activate storage 'local-zfs', zfs error: cannot import 'rpool': no such pool available
2018-01-19 11:00:13 aborting phase 1 - cleanup resources
2018-01-19 11:00:13 ERROR: migration aborted (duration 00:00:00): Failed to sync data - could not activate storage 'local-zfs', zfs error: cannot import 'rpool': no such pool available
TASK ERROR: migration aborted
On the command line on the second node (called prox 5):
root@prox5:~# zpool list
The ZFS modules are not loaded.
Try running '/sbin/modprobe zfs' as root to load them.
root@prox5:~# /sbin/modprobe zfs
root@prox5:~# zpool list
no pools available
Any ideas?