ZFS Pool Error

Ahmed Mohamed

New Member
Jul 28, 2021
2
1
3
44
Dear All
this is my first time to trying Proxmox VE ,I a try to make test environment using VM workstation pro V16 .I have tow node (proxmox01,proxmox02).i create cluster between tow node successfully . now trying to test HA. create tow Hard disk with 40gb in each node. add ZFS in node one with add storage. add ZFS in node tow without adding storage.
when i move to data center to edit storage to ZFS by adding node 2 storage ,I get error (could not activate storage 'ZFX', zfs error: cannot import 'ZFS2': no such pool available (500)).

node one CMD Output

root@proxmox01:~# zpool import
no pools available to import
root@proxmox01:~# zpool status
pool: ZFS
state: ONLINE
config:

NAME STATE READ WRITE CKSUM
ZFS ONLINE 0 0 0
sdb ONLINE 0 0 0

errors: No known data errors
root@proxmox01:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
ZFS 39.5G 384K 39.5G - - 0% 0% 1.00x ONLINE -
root@proxmox01:~# pvesm zfsscan
ZFS

node Tow CMD Output

root@proxmox02:~# zpool status
pool: ZFS2
state: ONLINE
config:

NAME STATE READ WRITE CKSUM
ZFS2 ONLINE 0 0 0
sdb ONLINE 0 0 0

errors: No known data errors
root@proxmox02:~# zpool import
no pools available to import
root@proxmox02:~# zpool import
no pools available to import
root@proxmox02:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
ZFS2 39.5G 384K 39.5G - - 0% 0% 1.00x ONLINE -
root@proxmox02:~# pvesm zfsscan
ZFS2

you can see Image in attachment for more

thank you in advance
 

Attachments

  • Pool Error.png
    Pool Error.png
    43.3 KB · Views: 26
Last edited:
The names of the pools have to match on both sides, otherwise it can't find the configured one on the other node.
Rename your pool ZFS2 to ZFS and it should work.
If it is not yet used, you can rename it with the commands zpool export and zpool import, see man zpool for more info on those commands.
 
  • Like
Reactions: Ahmed Mohamed
The names of the pools have to match on both sides, otherwise it can't find the configured one on the other node.
Rename your pool ZFS2 to ZFS and it should work.
If it is not yet used, you can rename it with the commands zpool export and zpool import, see man zpool for more info on those commands.
Thank you it's work :):):)
 
  • Like
Reactions: mira