Editing Zpool

Jump to: navigation, search

Warning: You are not logged in.

Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 85: Line 85:
 
For instance, let's say you were creating a pool using OmniOS, which currently supports more feature flags than OpenZFS on OS X.
 
For instance, let's say you were creating a pool using OmniOS, which currently supports more feature flags than OpenZFS on OS X.
  
To start out with all feature flags disabled, use the -d option when creating the pool:
+
To disable all feature flags, use the -d option when creating the pool:
  
 
  sudo zpool create -d $poolname c2t1d0
 
  sudo zpool create -d $poolname c2t1d0
  
To selectively enable only the feature flags supported by OpenZFS on OS X (as of 2014-08-01) use -d combined with -o feature@..., as follows:
+
To selectively enable only the feature flags supported by OpenZFS on OS X as of 2014-08-01:
  
 
  sudo zpool create -d -o feature@async_destroy=enabled -o feature@empty_bpobj=enabled -o feature@lz4_compress=enabled $poolname c2t1d0
 
  sudo zpool create -d -o feature@async_destroy=enabled -o feature@empty_bpobj=enabled -o feature@lz4_compress=enabled $poolname c2t1d0

Please note that all contributions to OpenZFS on OS X may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenZFS on OS X:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)