The hardware server for Proxmox Backup Server is very powerful. Due to budget constraints, I was forced to use part of the server's capacity for another task - MySQL for Zabbix.
I had to allocate space for huge Zabbix MySQL tables in the same SafePlace pool that Proxmox Backup Server uses to store backups.
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
SafePlace 106T 12.0T 93.5T - - 2% 11% 1.00x ONLINE -
NAME USED AVAIL REFER MOUNTPOINT
SafePlace 10.7T 83.0T 10.6T /mnt/datastore/SafePlace
SafePlace/zabbix 26.1G 83.0T 26.1G /mnt/datastore/SafePlace/zabbix
I got the problem.
Garbage collection failed: cannot continue garbage-collection safely, permission denied on: "/mnt/datastore/SafePlace/zabbix/mysql"
Help me please. What's the best way to solve the problem?
I had to allocate space for huge Zabbix MySQL tables in the same SafePlace pool that Proxmox Backup Server uses to store backups.
Bash:
# zfs create SafePlace/zabbix
Bash:
# zpool list
SafePlace 106T 12.0T 93.5T - - 2% 11% 1.00x ONLINE -
Bash:
# zfs list
SafePlace 10.7T 83.0T 10.6T /mnt/datastore/SafePlace
SafePlace/zabbix 26.1G 83.0T 26.1G /mnt/datastore/SafePlace/zabbix
I got the problem.
Garbage collection failed: cannot continue garbage-collection safely, permission denied on: "/mnt/datastore/SafePlace/zabbix/mysql"
Help me please. What's the best way to solve the problem?