Aktuell hab ich 2x 1TB SSDs Datenplatten mit ZFS in meinem Proxmox System. Die sind voll und will ich durch 2x 2TB SSDs ersetzten.
Ist kein RAID und soll auch keins werden, sondern ein einfaches JBOD (Aktuelles Backup ist per pbs angelegt)
Auf dem aktuellen zpool ist auch noch das "Input/output error (os error 5)" problem mit einer Datei, siehe: https://forum.proxmox.com/threads/backup-failed-input-output-error-os-error-5.119328/
Der Aufbau ist wie folgt:
Jetzt Frage ich mich, wie ich das korrekt mache?!?
Mit
Nach https://forum.proxmox.com/threads/z...replacing-with-larger-disks.84188/post-369878 zu urteilen, so:
Ist kein RAID und soll auch keins werden, sondern ein einfaches JBOD (Aktuelles Backup ist per pbs angelegt)
Auf dem aktuellen zpool ist auch noch das "Input/output error (os error 5)" problem mit einer Datei, siehe: https://forum.proxmox.com/threads/backup-failed-input-output-error-os-error-5.119328/
Der Aufbau ist wie folgt:
Code:
+ zpool history
History for 'tank':
2022-06-06.17:19:31 zpool create tank sdb
...
2022-06-06.19:28:20 zpool add tank sdc
2022-06-06.19:35:24 zfs set compression=lz4 xattr=sa dnodesize=auto tank
2022-06-06.19:38:31 zfs set sharenfs=rw=192.168.6.0/24 tank/vmdata/subvol-100-disk-1
...
+ zpool list -v
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
tank 1.81T 1.74T 75.1G - - 56% 95% 1.00x ONLINE -
sdb 932G 906G 22.3G - - 62% 97.6% - ONLINE
sdc 932G 875G 52.7G - - 50% 94.3% - ONLINE
Jetzt Frage ich mich, wie ich das korrekt mache?!?
Mit
zpool replace
arbeiten, gehe ich mal von aus, oder?Nach https://forum.proxmox.com/threads/z...replacing-with-larger-disks.84188/post-369878 zu urteilen, so:
- die beiden 2TB dazu stöpseln
zpool replace tank <ID 1. alten SSD> <ID 1. neue SSD>
- Mit
zpool status -v
schauen und warten bisreplace
fertig ist zpool replace tank <ID 2. alten SSD> <ID 2. neue SSD>
- Mit
zpool status -v
schauen und warten bisreplace
fertig ist - runter fahren und alte Platten ausbauen