gmzang / maczfs

Automatically exported from code.google.com/p/maczfs
Other
0 stars 0 forks source link

zpool is not automatically available (imported) upon system restart #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce the problem:
1. diskutil partitiondisk /dev/disk2 GPTFormat ZFS %noformat% 100%
2. sudo zpool create Test disk2s2
3. reboot
4. sudo zpool status
5. sudo zpool import -f -a
6. sudo zpool status

Expected Results:
The zpool should not have to be imported each time the system restarts.

Actual Results:
The zpool must be imported manually. There have been workarounds posted, 
however the 10a286 bits do not have this issue.

Tested Configurations:
OS:           10.6.1 (10B504)
Arch:        i386, x86_64
mac-zfs: 
http://github.com/dustin/mac-zfs/tree/15cf8709a3e3fd0baef9f2cd920a1cd928a50de2

Original issue reported on code.google.com by jason.richard.mcneil on 24 Oct 2009 at 7:33

GoogleCodeExporter commented 8 years ago
This sounds like the same issue as bug4

Original comment by dsalli...@gmail.com on 24 Oct 2009 at 10:33

GoogleCodeExporter commented 8 years ago
However, why do the 10a286 bits do proper auto-mount/import of the zpool on 
10.6.X even though the exact same dialog box as described in bug4 is shown?
Also,  I don't recall the zfs-119 bits having this issue (auto-mount/import 
failure) on 10.5.

I would agree that it is closely related, maybe even the same section of code, 
but I think there is unique behavior/results to each bug.

Original comment by jason.richard.mcneil on 24 Oct 2009 at 11:37

GoogleCodeExporter commented 8 years ago
I've confirmed it's a dup of 4. Mine automounts now.

Original comment by dsalli...@gmail.com on 25 Oct 2009 at 3:50