meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vm:proxmox:cluster [2020/09/14 07:42] niziakvm:proxmox:cluster [2020/09/16 07:52] (current) niziak
Line 11: Line 11:
      * [[vm:proxmox:zfs#create_local-zfs|create "local-zfs"]]      * [[vm:proxmox:zfs#create_local-zfs|create "local-zfs"]]
 **NOTE**: make copy of ''/etc/pve/storage.cfg'' from each node before joining to cluster. **NOTE**: make copy of ''/etc/pve/storage.cfg'' from each node before joining to cluster.
 +**NOTE**: create all custom mounts or ZFS pools before joining cluster.
  
 ==== local-ZFS replication ==== ==== local-ZFS replication ====
Line 40: Line 41:
  
  
- +''Datacenter'' --> ''Cluster'' --> ''Create cluster''
-Datacenter --> Cluster --> Create cluster+
  
  
Line 58: Line 58:
 Joining process will be waiting infinitely until iSCSI device will be connected. During this time it is possible to disable CHAP authentication in remote iSCSI target, or provide common credentials for Target Portal Group. Joining process will be waiting infinitely until iSCSI device will be connected. During this time it is possible to disable CHAP authentication in remote iSCSI target, or provide common credentials for Target Portal Group.
  
-===== Remove failed node ===== 
-<code bash> 
-pvecm status 
- 
-Highest expected: 4 
-</code> 
-<code bash> 
-pvecm delnode <hostname> 
- 
-Killing node 2 
-</code> 
-<code bash> 
-pvecm status 
- 
-Highest expected: 3 
-</code> 
-And reload WebUI to refresh cluster nodes. 
  
 ==== iSCSI issue with CHAP ==== ==== iSCSI issue with CHAP ====