magickarle
Dabbler
- Joined
- May 5, 2023
- Messages
- 16
Strange thing.
After a reboot, I had no more pool.
Can't zpool import:
sudo zpool import
no pools available to import
I did my best to gather all info needed by doing searchers and posting here what's needed.
Sorry if I missed something, I'm not a Guru. Hope to contribute soon tho!
The only thing i remember doing was changing a UID and GID of a recently create user and group (since the GUI doesn't allow me).
The change didn't reflect in GUI so I rebooted.
sudo zpool status -v MainPool
cannot open 'MainPool': no such pool
sudo zpool import -f -F -R /mnt MainPool
cannot import 'MainPool': no such pool available
sudo cat /var/log/middlewared.log | grep MainPool
[2023/05/08 19:19:45] (ERROR) PoolService.import_on_boot():1790 - Failed to import MainPool
libzfs.ZFSException: cannot import 'MainPool' as 'MainPool': no such pool or dataset
middlewared.service_exception.CallError: [EZFS_NOENT] Failed to import 'MainPool' pool: cannot import 'MainPool' as 'MainPool': no such pool or dataset
middlewared.service_exception.CallError: [EZFS_NOENT] Failed to import 'MainPool' pool: cannot import 'MainPool' as 'MainPool': no such pool or dataset
[2023/05/08 19:19:45] (ERROR) PoolService.import_on_boot():1800 - Failed to import MainPool
middlewared.service_exception.CallError: [ENOENT] Pool MainPool not found.
middlewared.service_exception.CallError: [ENOENT] Pool MainPool not found.
[2023/05/08 19:19:45] (DEBUG) SystemDatasetService.setup():356 - Root dataset for pool 'MainPool' is not available, and dataset 'MainPool/.system' does not exist, temporarily setting up system dataset on boot pool
[2023/05/08 19:19:48] (DEBUG) middlewared.render_body():209 - /mnt/MainPool/somesharename: path does not exist, omitting from NFS exports
[2023/05/08 19:19:48] (DEBUG) middlewared.render_body():209 - /mnt/MainPool/somesharename1: path does not exist, omitting from NFS exports
[2023/05/08 19:19:48] (DEBUG) middlewared.render_body():209 - /mnt/MainPool/somesharename2: path does not exist, omitting from NFS exports
[2023/05/08 19:19:48] (DEBUG) middlewared.render_body():209 - /mnt/MainPool/pictures/somesharename3: path does not exist, omitting from NFS exports
... "Bunch of other smb anf nft driver not mapped"
The HBA is still passthrough:
sudo lspci
00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
00:01.2 USB controller: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] (rev 01)
00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
00:02.0 VGA compatible controller: Device 1234:1111 (rev 02)
00:03.0 Unclassified device [00ff]: Red Hat, Inc. Virtio memory balloon
00:05.0 PCI bridge: Red Hat, Inc. QEMU PCI-PCI bridge
00:08.0 Communication controller: Red Hat, Inc. Virtio console
00:10.0 Serial Attached SCSI controller: Broadcom / LSI SAS3008 PCI-Express Fusion-MPT SAS-3 (rev 02)
00:11.0 Ethernet controller: Intel Corporation 82599 Ethernet Controller Virtual Function (rev 01)
00:12.0 Ethernet controller: Red Hat, Inc. Virtio network device
00:1b.0 Serial Attached SCSI controller: Broadcom / LSI SAS3008 PCI-Express Fusion-MPT SAS-3 (rev 02)
00:1e.0 PCI bridge: Red Hat, Inc. QEMU PCI-PCI bridge
00:1f.0 PCI bridge: Red Hat, Inc. QEMU PCI-PCI bridge
01:01.0 SCSI storage controller: Red Hat, Inc. Virtio SCSI
but no disk found:
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 32G 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 512M 0 part
└─sda3 8:3 0 31.5G 0 part
sr0 11:0 1 1.6G 0 rom
After a reboot, I had no more pool.
Can't zpool import:
sudo zpool import
no pools available to import
I did my best to gather all info needed by doing searchers and posting here what's needed.
Sorry if I missed something, I'm not a Guru. Hope to contribute soon tho!
The only thing i remember doing was changing a UID and GID of a recently create user and group (since the GUI doesn't allow me).
The change didn't reflect in GUI so I rebooted.
sudo zpool status -v MainPool
cannot open 'MainPool': no such pool
sudo zpool import -f -F -R /mnt MainPool
cannot import 'MainPool': no such pool available
sudo cat /var/log/middlewared.log | grep MainPool
[2023/05/08 19:19:45] (ERROR) PoolService.import_on_boot():1790 - Failed to import MainPool
libzfs.ZFSException: cannot import 'MainPool' as 'MainPool': no such pool or dataset
middlewared.service_exception.CallError: [EZFS_NOENT] Failed to import 'MainPool' pool: cannot import 'MainPool' as 'MainPool': no such pool or dataset
middlewared.service_exception.CallError: [EZFS_NOENT] Failed to import 'MainPool' pool: cannot import 'MainPool' as 'MainPool': no such pool or dataset
[2023/05/08 19:19:45] (ERROR) PoolService.import_on_boot():1800 - Failed to import MainPool
middlewared.service_exception.CallError: [ENOENT] Pool MainPool not found.
middlewared.service_exception.CallError: [ENOENT] Pool MainPool not found.
[2023/05/08 19:19:45] (DEBUG) SystemDatasetService.setup():356 - Root dataset for pool 'MainPool' is not available, and dataset 'MainPool/.system' does not exist, temporarily setting up system dataset on boot pool
[2023/05/08 19:19:48] (DEBUG) middlewared.render_body():209 - /mnt/MainPool/somesharename: path does not exist, omitting from NFS exports
[2023/05/08 19:19:48] (DEBUG) middlewared.render_body():209 - /mnt/MainPool/somesharename1: path does not exist, omitting from NFS exports
[2023/05/08 19:19:48] (DEBUG) middlewared.render_body():209 - /mnt/MainPool/somesharename2: path does not exist, omitting from NFS exports
[2023/05/08 19:19:48] (DEBUG) middlewared.render_body():209 - /mnt/MainPool/pictures/somesharename3: path does not exist, omitting from NFS exports
... "Bunch of other smb anf nft driver not mapped"
The HBA is still passthrough:
sudo lspci
00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
00:01.2 USB controller: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] (rev 01)
00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
00:02.0 VGA compatible controller: Device 1234:1111 (rev 02)
00:03.0 Unclassified device [00ff]: Red Hat, Inc. Virtio memory balloon
00:05.0 PCI bridge: Red Hat, Inc. QEMU PCI-PCI bridge
00:08.0 Communication controller: Red Hat, Inc. Virtio console
00:10.0 Serial Attached SCSI controller: Broadcom / LSI SAS3008 PCI-Express Fusion-MPT SAS-3 (rev 02)
00:11.0 Ethernet controller: Intel Corporation 82599 Ethernet Controller Virtual Function (rev 01)
00:12.0 Ethernet controller: Red Hat, Inc. Virtio network device
00:1b.0 Serial Attached SCSI controller: Broadcom / LSI SAS3008 PCI-Express Fusion-MPT SAS-3 (rev 02)
00:1e.0 PCI bridge: Red Hat, Inc. QEMU PCI-PCI bridge
00:1f.0 PCI bridge: Red Hat, Inc. QEMU PCI-PCI bridge
01:01.0 SCSI storage controller: Red Hat, Inc. Virtio SCSI
but no disk found:
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 32G 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 512M 0 part
└─sda3 8:3 0 31.5G 0 part
sr0 11:0 1 1.6G 0 rom