- maxdirsize
- nosnap
- nvfail
- no_atime_update
- fs_size_fixed
- ...
Chances are that you want to set these options the moment you create the volume. Because there so many, wfa took a shortcut and bundled them all together in 1 variable called "options".
You have following options (with a sample value) :
- actual_guarantee (volume)
- try_first (snap_delete)
- snapshot_clone_dependency (off)
- snapmirrored (off)
- schedsnapname (create_time)
- root (false)
- read_realloc (off)
- nvfail (off)
- nosnapdir (off)
- nosnap (off)
- no_i2p (off)
- no_atime_update (off)
- minra (off)
- maxdirsize (102400)
- max_write_alloc_blocks (0)
- ignore_inconsistent (off)
- guarantee (volume)
- fs_size_fixed (off)
- fractional_reserve (100)
- extent (off)
- effective_guarantee (volume)
- create_ucode (on)
- convert_ucode (on)
I you want to set 1 or multiple, in the "create volume command", use the options parameters and fill-in like this (comma-separate the options and space-separate the name-value):
"no_atime_update off,nosnap off,maxdirsize 1000000"
No comments :
Post a Comment