Why is a ZFS pool not persisting over server restart?
Posted
by
Chance
on Server Fault
See other posts from Server Fault
or by Chance
Published on 2012-09-01T02:56:50Z
Indexed on
2012/09/01
3:39 UTC
Read the original article
Hit count: 502
I have a ZFS pool with 4 drives. It also has a 3gb ZIL and a 20GB L2ARC that are each partitions on an SDD that doubles as my Linux Mint (ver. 13) boot drive. The pool is mounted to /data.
The problem I am running into is that when I restart the server the pool/directory is completely wiped despite having data in it prior. I'm afraid I'm doing something wrong in the setup, which leads me to the following questions:
- What would cause this?
- Is there anyway to get the data back?
- How do I stop it from happening in the future?
Thank you in advance!
pool: data
state: ONLINE
scan: none
requested config:
NAME STATE READ WRITE CKSUM
data ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
sda1 ONLINE 0 0 0
sdb1 ONLINE 0 0 0
sdc1 ONLINE 0 0 0
sdd1 ONLINE 0 0 0
logs
sde4 ONLINE 0 0 0
cache
sde3 ONLINE 0 0 0
errors: No known data errors
© Server Fault or respective owner