[lxc-devel] [lxd/master] bash: Add snapshot keys

stgraber on Github lxc-bot at linuxcontainers.org
Thu Dec 20 18:08:23 UTC 2018


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/20181220/f6e80b5b/attachment.bin>
-------------- next part --------------
From e211bdb1bb7c643607bf3ba4934e9e5b0c38b4bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Thu, 20 Dec 2018 13:08:03 -0500
Subject: [PATCH] bash: Add snapshot keys
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>
---
 scripts/bash/lxd-client | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/bash/lxd-client b/scripts/bash/lxd-client
index 69420a6d4a..c8e09f5793 100644
--- a/scripts/bash/lxd-client
+++ b/scripts/bash/lxd-client
@@ -90,6 +90,7 @@ _have lxc && {
       security.nesting security.privileged security.protection.delete \
       security.protection.shift security.syscalls.blacklist \
       security.syscalls.blacklist_compat security.syscalls.blacklist_default \
+      snapshots.schedule snapshots.schedule.stopped snapshots.pattern \
       volatile.apply_quota volatile.apply_template volatile.base_image \
       volatile.idmap.base volatile.idmap.next volatile.last_state.idmap \
       volatile.last_state.power user.meta-data user.network-config \


More information about the lxc-devel mailing list