[lxc-devel] [lxd/master] doc: fix storage volume configuration

brauner on Github lxc-bot at linuxcontainers.org
Fri Mar 31 22:07:19 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 381 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170331/24257cad/attachment.bin>
-------------- next part --------------
From 5d9938ed3aec614803414cf0726d7df87532f019 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Sat, 1 Apr 2017 00:06:17 +0200
Subject: [PATCH] doc: fix storage volume configuration

Closes #3140.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 doc/configuration.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/configuration.md b/doc/configuration.md
index 182b2d5..ff2444b 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -409,11 +409,11 @@ Storage pool configuration keys can be set using the lxc tool with:
 
 Key                     | Type      | Condition                 | Default                               | Description
 :--                     | :--       | :--                       | :--                                   | :--
-size                    | string    | appropriate driver        | 0                                     | Mount options for block devices
-block.filesystem        | string    | block based driver (lvm)  | ext4                                  | Path to block device or loop file or filesystem entry
-block.mount\_options    | string    |                           | discard                               | Name of the storage driver (btrfs, dir, lvm, zfs)
-zfs.remove\_snapshots   | string    | zfs driver                | same as volume.zfs.remove\_snapshots  | Default volume size
-zfs.use\_refquota       | string    | zfs driver                | same as volume.zfs.zfs\_requota       | Filesystem to use for new volumes
+size                    | string    | appropriate driver        | same as volume.size                   | Size of the storage volume
+block.filesystem        | string    | block based driver (lvm)  | same as volume.block.filesystem       | Filesystem of the storage volume
+block.mount\_options    | string    | block based driver (lvm)  | same as volume.block.mount\_options   | Mount options for block devices
+zfs.remove\_snapshots   | string    | zfs driver                | same as volume.zfs.remove\_snapshots  | Remove snapshots as needed
+zfs.use\_refquota       | string    | zfs driver                | same as volume.zfs.zfs\_requota       | Use refquota instead of quota for space.
 
 Storage volume configuration keys can be set using the lxc tool with:
 


More information about the lxc-devel mailing list