[lxc-devel] [lxd/master] Document LVM support for storage quotas
dshcherb on Github
lxc-bot at linuxcontainers.org
Tue Oct 2 18:18:43 UTC 2018
A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 605 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20181002/118ceaa0/attachment.bin>
-------------- next part --------------
From f9cddab396290799e798cca0b6881cc035686908 Mon Sep 17 00:00:00 2001
From: Dmitrii Shcherbakov <dmitrii.shcherbakov at canonical.com>
Date: Tue, 2 Oct 2018 21:11:54 +0300
Subject: [PATCH] Document LVM support for storage quotas
LVM backend supports storage quotas while the documentation still refers
to this feature as being unsupported:
ac1740d7092bf0dfb5e70cc66330e60b68e95613
f88e381d2d7c63c3a35f82691cd3627bf029c2b8
https://github.com/lxc/lxd/issues/1205
Signed-off-by: Dmitrii Shcherbakov <dmitrii.shcherbakov at canonical.com>
---
doc/storage.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/storage.md b/doc/storage.md
index 58946c6bba..2381fe609f 100644
--- a/doc/storage.md
+++ b/doc/storage.md
@@ -69,7 +69,7 @@ Block based | no | no | yes | no |
Instant cloning | no | yes | yes | yes | yes
Storage driver usable inside a container | yes | yes | no | no | no
Restore from older snapshots (not latest) | yes | yes | yes | no | yes
-Storage quotas | no | yes | no | yes | no
+Storage quotas | no | yes | yes | yes | no
## Recommended setup
The two best options for use with LXD are ZFS and btrfs.
More information about the lxc-devel
mailing list