The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3274
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===
From d31f9beefc4ca49d29bd3382326a0189b9fc5221 Mon Sep 17 00:00:00 2001 From: gunnar <[email protected]> Date: Wed, 3 May 2017 10:45:37 +0800 Subject: [PATCH] adding btrfs mount options to `lxc storage --help` --- lxc/storage.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lxc/storage.go b/lxc/storage.go index 0899c2e..ab6b843 100644 --- a/lxc/storage.go +++ b/lxc/storage.go @@ -88,6 +88,10 @@ lxc storage delete [<remote>:]<pool> lxc storage edit [<remote>:]<pool> Edit storage pool, either by launching external editor or reading STDIN. +lxc storage <pool-name> btrfs.mount_options "<mount option>,<mount option>,<mount option>" + add btrfs mount options to btrfs storage pool + EXAMPLE: lxc storage <pool-name> btrfs.mount_options "rw,nospace_cache,lazytime,user_subvol_rm_allowed,autodefrag" + *Storage volumes* lxc storage volume list [<remote>:]<pool> List available storage volumes on a storage pool.
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
