I have a PBS server v 2.4.3 - (PBS no subscription), latest updates:
250TB main datastore (7 daily backups, keep 4 weekly backups, keep 12 monthly backup, 5 yearly backups)
I backup about 12TB each night.
I have a 18TB USB disk attached. After the nightly backup it does a last backup sync copy. Which works well.
I have a Quantum Superstore 3, LTO8, 16 tape library which I do a backup on a saturday morning. and rotate through 15 weeks. (1 spot for tape clean)
Well that is supposed to be my stratergy.
Last weekend and the weekend before after a good backup to the Tape drive the PBS stopped reading the main datastore (250TB) and also the USB drive.
The weekend before I ended up just rebuilding the server from scratch
But this weekend the same problem happend, so I think I need to dig in and find out what is going wrong in stead of just rebuilding.
unable to open chunk store at "/mnt/datastore/storage/.chunks" - Permission denied (os error 13)
unable to open chunk store at "/mnt/datastore/USB-C-Backup/.chunks" - Permission denied (os error 13)
I have tried to fix the permissions on the datastore's using the following:
chmod -R 777 /mnt/datastore/storage
chmod -R 750 /mnt/datastore/storage/.chunks
find /mnt/datastore/storage -type d -exec chmod 755 {} +
find /mnt/datastore/storage/.chunks -type d -exec chmod 750 {} +
chmod -R 644 /mnt/datastore/storage/.lock
chmod -R 644 /mnt/datastore/storage/.gc-status
I then rebooted the PBS but I am still not getting the permission to see the datastores, I have checked that the drives are mounted and all ok I can see the vm folder and the VM's ie 100,101,102 etc.
I am not an expert on Linux so could sombody suggest where I start to look to diagnose this problem.
Last but not least, backups were working perfectly (since March with no issues) until I introduced the Tape drive library 2 weeks ago.
250TB main datastore (7 daily backups, keep 4 weekly backups, keep 12 monthly backup, 5 yearly backups)
I backup about 12TB each night.
I have a 18TB USB disk attached. After the nightly backup it does a last backup sync copy. Which works well.
I have a Quantum Superstore 3, LTO8, 16 tape library which I do a backup on a saturday morning. and rotate through 15 weeks. (1 spot for tape clean)
Well that is supposed to be my stratergy.
Last weekend and the weekend before after a good backup to the Tape drive the PBS stopped reading the main datastore (250TB) and also the USB drive.
The weekend before I ended up just rebuilding the server from scratch
But this weekend the same problem happend, so I think I need to dig in and find out what is going wrong in stead of just rebuilding.
unable to open chunk store at "/mnt/datastore/storage/.chunks" - Permission denied (os error 13)
unable to open chunk store at "/mnt/datastore/USB-C-Backup/.chunks" - Permission denied (os error 13)
I have tried to fix the permissions on the datastore's using the following:
chmod -R 777 /mnt/datastore/storage
chmod -R 750 /mnt/datastore/storage/.chunks
find /mnt/datastore/storage -type d -exec chmod 755 {} +
find /mnt/datastore/storage/.chunks -type d -exec chmod 750 {} +
chmod -R 644 /mnt/datastore/storage/.lock
chmod -R 644 /mnt/datastore/storage/.gc-status
I then rebooted the PBS but I am still not getting the permission to see the datastores, I have checked that the drives are mounted and all ok I can see the vm folder and the VM's ie 100,101,102 etc.
I am not an expert on Linux so could sombody suggest where I start to look to diagnose this problem.
Last but not least, backups were working perfectly (since March with no issues) until I introduced the Tape drive library 2 weeks ago.
Last edited: