[SOLVED] Join in Cluster, local-zfs ist weg

BerndKleinert

Active Member
Feb 14, 2020
41
4
28
42
Hallo,

ich joine mit einem Node der mit dem Proxmox Installier und ZFS installiert wurde, einem Cluster. Der neue Node übernimmt die storage.cfg vom Cluster, dabei geht aber der "local-zfs" Storage vom neuen Node verloren. In der storage.cfg vom Cluster steht:


Code:
root@server1 ~ # cat /etc/pve/storage.cfg
dir: local
        path /var/lib/vz
        content vztmpl,snippets,images,backup,rootdir,iso
        maxfiles 0
        shared 0

dir: test-rsync-backup
        path /mnt/test-backup
        content backup
        maxfiles 2
        nodes server1
        shared 0

root@server1 ~ #

Und in der storage.cfg des neuen Nodes:

Code:
root@server3:~# cat /etc/pve/storage.cfg
dir: local
        path /var/lib/vz
        content iso,vztmpl,backup

zfspool: local-zfs
        pool rpool/data
        sparse
        content images,rootdir
root@server3:~#

Reicht es dann zu, den local-zfs Storage wieder hinzufügen, zB. so auf den Node bezogen:

Code:
dir: local
        path /var/lib/vz
        content iso,vztmpl,backup

zfspool: local-zfs
        pool rpool/data
        sparse
        nodes server3
        content images,rootdir

Oder fehlt dann dort noch mehr?
 
Reicht es dann zu, den local-zfs Storage wieder hinzufügen, zB. so auf den Node bezogen:


Das sollte so passen - vorausgesetzt, dass der node wo local-zfs existiert 'server3' heisst.
Ich hoffe das hilft!
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!