Hey everyone,
i have a running PBS with an external USB hard drive mounted under /media/usb-pbs where all backups are stored.
After the system was switched off for two weeks and I changed the static IP address of the PBS, the corresponding data storage is shown as "not available" in the user interface.
Every time I load the data store, the follwing error is displayed in the logs:
But the drive is succesfully mounted into the PBS, as you can see here:
This is my datastore.cfg:
My PBS runs in a VM on a PVE where the usb drive is passed through.
PBS: V2.4-3
PVE: v7.4-17
Many thanks for any advice!
i have a running PBS with an external USB hard drive mounted under /media/usb-pbs where all backups are stored.
After the system was switched off for two weeks and I changed the static IP address of the PBS, the corresponding data storage is shown as "not available" in the user interface.
Every time I load the data store, the follwing error is displayed in the logs:
Code:
Nov 23 20:59:05 pbs2 proxmox-backup-[633]: pbs2 proxmox-backup-proxy[633]: GET /api2/json/admin/datastore/backup-usb/status/?verbose=true: 400 Bad Request: [client [::ffff:192.XXX.XXX.XXX]:45384] ENOTDIR: Not a directory
But the drive is succesfully mounted into the PBS, as you can see here:
Bash:
root@pbs2:~# ls -all /media/usb-pbs/
total 1084
drwx------ 6 backup backup 4096 Aug 13 00:12 .
drwxr-xr-x 3 root root 4096 Feb 10 2023 ..
drwxr-x--- 1 backup backup 1069056 Feb 10 2023 .chunks
drwxr-xr-x 13 backup backup 4096 Oct 26 03:12 ct
-rw-r--r-- 1 backup backup 328 Aug 13 00:12 .gc-status
-rw-r--r-- 1 backup backup 0 Feb 10 2023 .lock
drwx------ 2 root root 16384 Feb 10 2023 lost+found
drwxr-xr-x 3 backup backup 4096 Feb 11 2023 vm
This is my datastore.cfg:
Code:
datastore: backup-usb
comment
gc-schedule daily
path /media/usb-pbs
prune-schedule daily
My PBS runs in a VM on a PVE where the usb drive is passed through.
PBS: V2.4-3
PVE: v7.4-17
Many thanks for any advice!