Hello
we have 6 node proxmox 7.1-10, with local CEPH for the storage.
i've add in past (on 6.4 before upgrade to 7.x) an external CEPH storage (cephfs) for backup.
now on my external CEPH storage i've add a new pool, and i want to replace my old backup setting with the new pool.
i've try to add the new CEPHFS storage on my proxmox but doesn't work.
if i see the log it's seem to try to login locally on my local CEPH and not to the external cheph.
so how many cephfs external storage i can add?
how i can specify a cephfs path to backup?
on my CEPHFS i've a folder called backup-vm, where only proxmox user can access.
with previus version from the gui i cannot specify the folder and i point to / but i want to clear the config.
i can also edit the file:
/etc/pve/storage.cfg
actual
i can modify to:
this should wotk?
we have 6 node proxmox 7.1-10, with local CEPH for the storage.
i've add in past (on 6.4 before upgrade to 7.x) an external CEPH storage (cephfs) for backup.
now on my external CEPH storage i've add a new pool, and i want to replace my old backup setting with the new pool.
i've try to add the new CEPHFS storage on my proxmox but doesn't work.
if i see the log it's seem to try to login locally on my local CEPH and not to the external cheph.
so how many cephfs external storage i can add?
how i can specify a cephfs path to backup?
on my CEPHFS i've a folder called backup-vm, where only proxmox user can access.
with previus version from the gui i cannot specify the folder and i point to / but i want to clear the config.
i can also edit the file:
/etc/pve/storage.cfg
actual
Code:
dir: local
path /var/lib/vz
content iso,vztmpl,backup
nfs: NFS-ISO
export /mnt/PROXMOX-ISO/NFS
path /mnt/pve/NFS-ISO
server 10.0.0.143
content backup,images,vztmpl,iso
prune-backups keep-last=1
cephfs: vm-backup
path /mnt/pve/vm-backup
content backup
monhost 10.10.251.7 10.10.251.9 10.10.251.1 10.10.251.2 10.10.252.3
prune-backups keep-last=2
username proxmox
rbd: CEPH_Local
content images,rootdir
krbd 1
pool device_health_metrics
i can modify to:
Code:
dir: local
path /var/lib/vz
content iso,vztmpl,backup
nfs: NFS-ISO
export /mnt/PROXMOX-ISO/NFS
path /mnt/pve/NFS-ISO
server 10.0.0.143
content backup,images,vztmpl,iso
prune-backups keep-last=1
cephfs: vm-backup
path /mnt/pve/vm-backup
content backup
monhost 10.10.251.7 10.10.251.9 10.10.251.1 10.10.251.2 10.10.252.3
prune-backups keep-last=2
username proxmox
cephfs: backup-vm
path /mnt/pve/backup-vm
content backup
monhost 10.10.251.7 10.10.251.9 10.10.251.1 10.10.251.2 10.10.252.3
prune-backups keep-last=2
username proxmox
subdir vm-backup
rbd: CEPH_Local
content images,rootdir
krbd 1
pool device_health_metrics
this should wotk?