Hello,
we already have a backupserver with a zfs backend in use. Until today, we are doing our pve-cluster full backups via smb on this target, but we want to use the pbs in future to profit from incremental backups and other features.
I installed the pbs on top our existing VM backup server, following the documentation, and everything worked fine, first.
I can access the webinterface, all disks are shown, but our existing zfspool isn't shown in the zfs tab.
the same happens on the commandline:
but our zfspool is OK and in use:
i created an extra zfs fs with the intention to use it as datastore for the pbs:
all i can do is add the path "/zfspool/pbs" as a datastore an this seem to work, but i dont know if this is the intended way.
i didn't found anything to my specific problem, so has anyone any suggestions?
thanks for all the help,
kind regards
sebastian
we already have a backupserver with a zfs backend in use. Until today, we are doing our pve-cluster full backups via smb on this target, but we want to use the pbs in future to profit from incremental backups and other features.
I installed the pbs on top our existing VM backup server, following the documentation, and everything worked fine, first.
Code:
root@serverxyz:~# proxmox-backup-manager versions
proxmox-backup-server 1.0.5-1 running version: 1.0.5
I can access the webinterface, all disks are shown, but our existing zfspool isn't shown in the zfs tab.
the same happens on the commandline:
Code:
root@serverxyz:~# proxmox-backup-manager disk zpool list
Error: unable to parse zfs list output - 0: at line 1, in Eof:
zfspool 668503069687808 90599528423424 577903541264384 - 0 13 1.00 ONLINE -
but our zfspool is OK and in use:
Code:
root@serverxyz:~# zpool list
NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
zfspool 608T 82,4T 526T - 0% 13% 1.00x ONLINE -
Code:
root@serverxyz:~# zpool status
pool: zfspool
state: ONLINE
scan: scrub repaired 0B in 33h54m with 0 errors on Mon Nov 9 10:18:25 2020
i created an extra zfs fs with the intention to use it as datastore for the pbs:
Code:
root@serverxyz:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
zfspool 67,6T 416T 2,57G /zfspool
zfspool/backup 45,2T 416T 45,2T /zfspool/backup
zfspool/pbs 59,6M 416T 59,6M /zfspool/pbs
zfspool/proxmox 22,4T 416T 22,4T /zfspool/proxmox
all i can do is add the path "/zfspool/pbs" as a datastore an this seem to work, but i dont know if this is the intended way.
i didn't found anything to my specific problem, so has anyone any suggestions?
thanks for all the help,
kind regards
sebastian