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