meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vm:proxmox:pbs:issues [2025/04/01 14:14] – 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 ===== | ===== removal pending data ===== | ||
| Line 16: | Line 44: | ||
| 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 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 ===== | ||