I'm new to Proxmox and this question might be basic, still need help, as could not find the answer by myself.
The situation:
3 Proxmox systems have been installed on individual (rather small boxes).
2 systems (pve01, pve02) are based on N5100 (2LAN ports) and another one is a bit beefier (4LAN ports) (pve03), also low power Celeron server system.
2 first N510 systems have only one, single 2TB SSD - and this is planned being used for the Proxmox and local VM / container storage (with some replication or back-up to other systems). 3rd system has more disks and will have more complicated disks configuration.
Installation was fine, on the first system pve01 one VM was created and stored on the "local-lvm" - all was fine all these systems have been combined into the cluster.
What I've understood. The cluster has the same /etc/pve/storage.cfg
Indeed, the file looks identical on all three systems, and all three point to the third system: pve03
and of course, I have figured this out only when pve03 has been stopped.
The intention is that this system pve03 will not be up and running all the time, just periodically, to replicate/back-up the data.
What I could not figure out: how my configuration should be properly reflected in /etc/pve/storage.cfg that each system has access to local-lvm
Following resources have been already checked (but could not grasp the idea out of it yet)
https://pve.proxmox.com/wiki/Storage
https://pve.proxmox.com/wiki/Storage:_LVM_Thin
https://forum.proxmox.com/threads/cluster-with-both-zfs-and-lvm.50399/
Any idea, guidance would be appreciated.
Any reference to a good video would be also a help.
As a background info, I'm have rather long (maybe not always too deep, but still) experience with IT, Linux, VMware, and many other product, but new to Proxmox.
More systems to be added to the cluster when the confidence / experience reaches expected level.
The situation:
3 Proxmox systems have been installed on individual (rather small boxes).
2 systems (pve01, pve02) are based on N5100 (2LAN ports) and another one is a bit beefier (4LAN ports) (pve03), also low power Celeron server system.
2 first N510 systems have only one, single 2TB SSD - and this is planned being used for the Proxmox and local VM / container storage (with some replication or back-up to other systems). 3rd system has more disks and will have more complicated disks configuration.
Installation was fine, on the first system pve01 one VM was created and stored on the "local-lvm" - all was fine all these systems have been combined into the cluster.
What I've understood. The cluster has the same /etc/pve/storage.cfg
Indeed, the file looks identical on all three systems, and all three point to the third system: pve03
Code:
cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,vztmpl,backup
lvmthin: local-lvm
thinpool data
vgname pve03
content rootdir,images
and of course, I have figured this out only when pve03 has been stopped.
The intention is that this system pve03 will not be up and running all the time, just periodically, to replicate/back-up the data.
What I could not figure out: how my configuration should be properly reflected in /etc/pve/storage.cfg that each system has access to local-lvm
Following resources have been already checked (but could not grasp the idea out of it yet)
https://pve.proxmox.com/wiki/Storage
https://pve.proxmox.com/wiki/Storage:_LVM_Thin
https://forum.proxmox.com/threads/cluster-with-both-zfs-and-lvm.50399/
Any idea, guidance would be appreciated.
Any reference to a good video would be also a help.
As a background info, I'm have rather long (maybe not always too deep, but still) experience with IT, Linux, VMware, and many other product, but new to Proxmox.
More systems to be added to the cluster when the confidence / experience reaches expected level.