[lxc-devel] [lxd/master] lxd/storage/ceph: Allow changing ceph.rbd.clone_copy

stgraber on Github lxc-bot at linuxcontainers.org
Tue Apr 2 02:55:37 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190401/c51efc7d/attachment.bin>
-------------- next part --------------
From 4ccb6eccd6237ee7a8f0bcafe9679c92610f8467 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Mon, 1 Apr 2019 22:54:26 -0400
Subject: [PATCH] lxd/storage/ceph: Allow changing ceph.rbd.clone_copy
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 lxd/storage_pools_config.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lxd/storage_pools_config.go b/lxd/storage_pools_config.go
index 228b2abb45..5434c0c992 100644
--- a/lxd/storage_pools_config.go
+++ b/lxd/storage_pools_config.go
@@ -20,6 +20,7 @@ var changeableStoragePoolProperties = map[string][]string{
 		"btrfs.mount_options"},
 
 	"ceph": {
+		"ceph.rbd.clone_copy",
 		"volume.block.filesystem",
 		"volume.block.mount_options",
 		"volume.size"},


More information about the lxc-devel mailing list