Hi all,
I installed Proxmox 3.4 on a Raid 1 ZFS mirror and it works fine since the ZFS update.
Now the boot process stops with
To workaround this I export the rpool and import it afterwards.
Then the next error comes up.
The hint works:
after exit the normal boot sequence goes on and system comes up.
Question is how to solve this so that the system comes up without manual investigation?
Here some data of the system:
I installed Proxmox 3.4 on a Raid 1 ZFS mirror and it works fine since the ZFS update.
Now the boot process stops with
Code:
No pool imported. Manually import the root pool
at the command prompt and then exit
Code:
zpool export rpool
zpool import -R /root -N rpool
Then the next error comes up.
Code:
Error: Failed to mount root filesystem ´rpool/ROOT/pve-1´
Code:
mount -o zfsutil -t zfs rpool/ROOT/pve-1 /root
Question is how to solve this so that the system comes up without manual investigation?
Here some data of the system:
Code:
# zpool status rpool
pool: rpool
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(5) for details.
scan: scrub repaired 0 in 0h0m with 0 errors on Mon Nov 2 11:41:22 2015
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
sdc3 ONLINE 0 0 0
sdd3 ONLINE 0 0 0
errors: No known data errors
Code:
# parted /dev/sdc
GNU Parted 3.2
Using /dev/sdc
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: ATA SATA SSD (scsi)
Disk /dev/sdc: 64.0GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 2097kB 1049kB Grub-Boot-Partition bios_grub
2 2097kB 136MB 134MB fat32 EFI-System-Partition boot, esp
3 136MB 64.0GB 63.9GB zfs PVE-ZFS-Partition
Code:
# dpkg -l zfsutils zfs-initramfs
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-===========================-==================-==================-===========================================================
ii zfs-initramfs 0.6.5-1~wheezy amd64 Native ZFS root filesystem capabilities for Linux
ii zfsutils 0.6.5-1~wheezy amd64 command-line tools to manage ZFS filesystems