that worked fine for me.hi,
you can simply mount your NFS share (withmount
command or by adding to /etc/fstab). afterwards create a datastore on the mountpoint (via GUI, or withproxmox-backup-manager datastore create mystore /path/to/my/nfs
)
Why are you thinking, that PBS backups «free» space?that worked fine for me.
But why does proxmox (backup server) backups free (unused) space from disks?
root@pbs:/mnt# proxmox-backup-manager datastore create store_core /mnt/store_core
TASK ERROR: EPERM: Operation not permitted
Error: task failed (status EPERM: Operation not permitted)
Just wanted to let you know this worked.hi,
you can simply mount your NFS share (withmount
command or by adding to /etc/fstab). afterwards create a datastore on the mountpoint (via GUI, or withproxmox-backup-manager datastore create mystore /path/to/my/nfs
)
I've seen Promox staff provide the directions to mount and use NFS has a PBS datastore. I think its supported? Maybe? That's unclear to me.
But is it a good idea? No. It is not. I've seen some extensive testing and done plenty of my own.
I can state that NFS and SMB mounts in the PBS filesystem are an exponentially worse way to store your .chunks than anything else.
iSCSI tested pretty well, and may be an option in many cases.
If you actually want to know about this, I can dig up @Der Harry 's thread.
PBS gets data through https in very small chunks. https or pbs uses for such writes synchronously operations, means every file or chunk must be written, before the next gets processed. Due to the latency and overhead of nfs its terrible slow as you mention.Saying that it's a bad idea without giving actual evidence on WHY it's a bad idea is not really helpful.
I'm using this setup as well (on my homelab) and it works reliably so far, except that it is terribly slow. Getting around 30 MiB/s writes, on drives that are capable of ~220 (although limited by 1 Gbit/s networking)
Which was also backed up by a simulation of PBS modus operandi for a lot of different datastore options:PBS gets data through https in very small chunks. https or pbs uses for such writes synchronously operations, means every file or chunk must be written, before the next gets processed. Due to the latency and overhead of nfs its terrible slow as you mention.
Saying that it's a bad idea without giving actual evidence on WHY it's a bad idea is not really helpful.
We use essential cookies to make this site work, and optional cookies to enhance your experience.