+
+ | nfs_shares_config |
+ Mandatory |
+ |
+ (StrOpt) File with the list of available NFS shares. |
+
+
+ | nfs_mount_point_base |
+ Optional |
+ $state_path/mnt |
+ (StrOpt) Base dir where nfs shares are expected to be mounted. |
+
+
+ | nfs_disk_util |
+ Optional |
+ df |
+ (StrOpt) Use du or df for free space calculation. |
+
+
+ | nfs_sparsed_volumes |
+ Optional |
+ True |
+ (BoolOpt) Create volumes as sparsed files which take no space. If set
+ to False, volume is created as regular file. In such case
+ volume creation takes a lot of time.
+ |
+
+
+ | nfs_mount_options |
+ Optional |
+ None |
+ (StrOpt) Mount options passed to the nfs client. See section
+ of the nfs man page for details. |
+
+
+