A
AskewDread
Guest
Hey, as the title says i have a ZFS pool called "stripe" its not showing up in webgui but of i type zpool status it shows up correctly in there
This is mounted and i can use the drive quite happily...
Now its not showing whatso ever in the webgui, i saw on another post http://forums.freenas.org/showthread.php?2474-how-to-remove-non-existent-volume-from-freenas to see what the sqlite output says so i have included that just in case it helps you
Does anyone have anyidea how i can get it to show again? i have run the import and auto import and neither of them show any disks
Code:
pool: stripe state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM stripe ONLINE 0 0 0 raidz1 ONLINE 0 0 0 da0p2 ONLINE 0 0 0 da2p2 ONLINE 0 0 0 da1p2 ONLINE 0 0 0 errors: No known data errors
This is mounted and i can use the drive quite happily...
Now its not showing whatso ever in the webgui, i saw on another post http://forums.freenas.org/showthread.php?2474-how-to-remove-non-existent-volume-from-freenas to see what the sqlite output says so i have included that just in case it helps you
Code:
[root@freenas] ~# sqlite3 /data/freenas-v1.db "select * from storage_disk;" Disabled|Always On|{uuid}010b6e50-e74a-11e0-b9cf-001517800c69|1|Disabled|Auto|Member of newmirror mirror|2||3|ada0 Disabled|Always On|{uuid}01519d5d-e74a-11e0-b9cf-001517800c69|1|Disabled|Auto|Member of newmirror mirror|2||4|ada1 Disabled|Always On|{uuid}cea36764-e758-11e0-86fc-001517800c69|1|Disabled|Auto|Member of Staging stripe|3||5|ada5 Disabled|Always On|{uuid}7a655fe2-faf5-11e0-96c6-001517800c69|1|Disabled|Auto|Member of stripe raidz|4||6|ada2 Disabled|Always On|{uuid}7acf3156-faf5-11e0-96c6-001517800c69|1|Disabled|Auto|Member of stripe raidz|4||7|ada3 Disabled|Always On|{uuid}7b203ff8-faf5-11e0-96c6-001517800c69|1|Disabled|Auto|Member of stripe raidz|4||8|ada4 [root@freenas] ~# sqlite3 /data/freenas-v1.db "select * from storage_diskgroup;" 2|newmirrormirror|mirror|2 3|Stagingstripe|stripe|3 4|striperaidz|raidz|4
Does anyone have anyidea how i can get it to show again? i have run the import and auto import and neither of them show any disks