Hallo,
mein Proxmox läuft auf 3 Festplatten, die vom Proxmox-Installer als ZFS Raid-Z1 konfiguriert sind.
Beim Suchen eines Festplattenfehlers habe ich bemerkt, dass der Bootvorgang aber nur mit einer Festplatte geht. Auch ein
grub-install /dev/sda
grub-install /dev/sdb
grub-install /dev/sdc
führt nicht dazu, dass ich von jeder Platte booten kann. Beim Bootvorgang wird grub gestartet, ich komme zu der grub-Eingabeoberfläche - das System bootet aber nicht vollständig.
Die Platten sind vom Proxmox-Installer so partitioniert:
Beim vollständigen Ausfall einer Platte wäre es supter, wenn das System - egal von welcher Platte - booten könnte.
Wie kann ich das bewerkstelligen?
Vielen Dank!
Tony
mein Proxmox läuft auf 3 Festplatten, die vom Proxmox-Installer als ZFS Raid-Z1 konfiguriert sind.
Beim Suchen eines Festplattenfehlers habe ich bemerkt, dass der Bootvorgang aber nur mit einer Festplatte geht. Auch ein
grub-install /dev/sda
grub-install /dev/sdb
grub-install /dev/sdc
führt nicht dazu, dass ich von jeder Platte booten kann. Beim Bootvorgang wird grub gestartet, ich komme zu der grub-Eingabeoberfläche - das System bootet aber nicht vollständig.
Die Platten sind vom Proxmox-Installer so partitioniert:
Code:
root@virtualhost:~# fdisk -l /dev/sdc
Disk /dev/sdc: 7,28 TiB, 8001563222016 bytes, 15628053168 sectors
Disk model: ST8000NM0055-1RM
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: C73267D1-5729-4116-9334-AAB33775EC3D
Device Start End Sectors Size Type
/dev/sdc1 34 2047 2014 1007K BIOS boot
/dev/sdc2 2048 15628036749 15628034702 7,3T Solaris /usr & Apple ZFS
/dev/sdc9 15628036750 15628053134 16385 8M Solaris reserved 1
Partition 1 does not start on physical sector boundary.
Partition 9 does not start on physical sector boundary.
Beim vollständigen Ausfall einer Platte wäre es supter, wenn das System - egal von welcher Platte - booten könnte.
Wie kann ich das bewerkstelligen?
Vielen Dank!
Tony