travalon
Explorer
- Joined
- Jan 6, 2013
- Messages
- 82
Here is the 1st warning I've ever gotten from Freenas.
'OK: The volume media (ZFS) status is HEALTHY
WARNING: The volume Music (ZFS) status is UNKNOWN:
One or more devices could not be opened.
Sufficient replicas exist for the pool to continue functioning in a degraded state.
Attach the missing device and online it using 'zpool online'.'
I ran: zpool status -v and got ( I screwed up the copy and paste of this one)
I then scrubbed all my volumes and the yellow light in the web GUI is still staring at me.
I tried the "online it using 'zpool online'." but didn't get it right. I was just brought to the man page.
What does this mean?, How do I 'zpool online' correctly?, and, How can I identify the bad disk?
Googlin' and searchin' but thought I'd ask in the meantime.
Thanks
'OK: The volume media (ZFS) status is HEALTHY
WARNING: The volume Music (ZFS) status is UNKNOWN:
One or more devices could not be opened.
Sufficient replicas exist for the pool to continue functioning in a degraded state.
Attach the missing device and online it using 'zpool online'.'
I ran: zpool status -v and got ( I screwed up the copy and paste of this one)
Code:
config:
NAME STATE READ WRITE CKS
UM
media ONLINE 0 0
0
mirror-0 ONLINE 0 0
0
gptid/d5f8be87-67d1-11e2-b3d0-902b34e7c656 ONLINE 0 0
0
gptid/d668abe7-67d1-11e2-b3d0-902b34e7c656 ONLINE 0 0
0
errors: No known data errors
[root@TravNAS ~]# I then scrubbed all my volumes and the yellow light in the web GUI is still staring at me.
I tried the "online it using 'zpool online'." but didn't get it right. I was just brought to the man page.
Code:
[Travis@TravNAS] ~> zpool Music online
unrecognized command 'Music'
usage: zpool command args ...
where 'command' is one of the following:
create [-fn] [-o property=value] ...
[-O file-system-property=value] ...
[-m mountpoint] [-R root] <pool> <vdev> ...
destroy [-f] <pool>
add [-fn] <pool> <vdev> ...
remove <pool> <device> ...
labelclear [-f] <vdev>
list [-H] [-o property[,...]] [-T d|u] [pool] ... [interval [count]]
iostat [-v] [-T d|u] [pool] ... [interval [count]]
status [-vx] [-T d|u] [pool] ... [interval [count]]
online [-e] <pool> <device> ...
offline [-t] <pool> <device> ...
clear [-nF] <pool> [device]
attach [-f] <pool> <device> <new-device>
detach <pool> <device>
replace [-f] <pool> <device> [new-device]
split [-n] [-R altroot] [-o mntopts]
[-o property=value] <pool> <newpool> [<device> ...]
scrub [-s] <pool> ...
import [-d dir] [-D]
import [-d dir | -c cachefile] [-F [-n]] <pool | id>
import [-o mntopts] [-o property=value] ...
[-d dir | -c cachefile] [-D] [-f] [-m] [-N] [-R root] [-F [-n]] -a
import [-o mntopts] [-o property=value] ...
[-d dir | -c cachefile] [-D] [-f] [-m] [-N] [-R root] [-F [-n]]
<pool | id> [newpool]
export [-f] <pool> ...
upgrade [-v]
upgrade [-V version] <-a | pool ...>
reguid <pool>
history [-il] [<pool>] ...
get <"all" | property[,...]> <pool> ...
set <property=value> <pool>
What does this mean?, How do I 'zpool online' correctly?, and, How can I identify the bad disk?
Googlin' and searchin' but thought I'd ask in the meantime.
Thanks