meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vm:proxmox:pbs:issues [2025/04/01 08:08] – created niziak | vm:proxmox:pbs:issues [2025/08/12 17:12] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== issues ====== | ====== issues ====== | ||
| + | ===== failed to get canonical path of ===== | ||
| + | |||
| + | < | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | From beginning all SATA drives were linked in ''/ | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | After inserting first SAS drive to mixed array, Kernel assigns '' | ||
| + | So initial zpool configuration was wrong using '' | ||
| + | |||
| + | |||
| + | <code bash> | ||
| + | zpool status -P rpool | ||
| + | |||
| + | NAME STATE READ WRITE CKSUM | ||
| + | rpool | ||
| + | mirror-2 | ||
| + | / | ||
| + | / | ||
| + | |||
| + | zpool offline rpool scsi-35000000000000278-part3 | ||
| + | zpool detach rpool scsi-35000000000000278-part3 | ||
| + | zpool attach rpool 240b1914-4002-4b48-8644-2cefeee091f2 wwn-0x5000000000000278-part3 | ||
| + | </ | ||
| + | |||
| + | ===== removal pending data ===== | ||
| + | |||
| + | " | ||
| + | |||
| + | < | ||
| + | Removed garbage: 0 B | ||
| + | Removed chunks: 0 | ||
| + | Pending removals: 647.072 GiB (in 301488 chunks) | ||
| + | Original data usage: 119.233 TiB | ||
| + | </ | ||
| + | |||
| + | However, to prevent data blocks from being deleted prematurely due to clock skew (or relatime) or ongoing backup operations, PBS has designed a grace period of 24 hours and 5 minutes. | ||
| + | |||
| + | the atime is there to protect chunks that have been added by backups running concurrently to the GC task. the GC task will only treat chunks as " | ||
| + | |||
| + | The 24 hours 5 minutes is because of relatime, as with that the atime is only updated once every 24 hours and PBS uses the atime do decide what chunks are still in use and which not. | ||
| + | | ||
| ===== Backup tasks hang ===== | ===== Backup tasks hang ===== | ||