From: Alexandre Derumier <aderumier@odiso.com>
To: pve-devel@pve.proxmox.com
Subject: [pve-devel] [PATCH v3 pve-cluster 3/3] add priv/ipam.db
Date: Mon, 20 Jul 2020 17:47:51 +0200 [thread overview]
Message-ID: <20200720154751.562-4-aderumier@odiso.com> (raw)
In-Reply-To: <20200720154751.562-1-aderumier@odiso.com>
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
---
data/PVE/Cluster.pm | 1 +
data/src/status.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index 434bff8..2d2ca38 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -56,6 +56,7 @@ my $observed = {
'priv/tfa.cfg' => 1,
'priv/token.cfg' => 1,
'priv/acme/plugins.cfg' => 1,
+ 'priv/ipam.db' => 1,
'/qemu-server/' => 1,
'/openvz/' => 1,
'/lxc/' => 1,
diff --git a/data/src/status.c b/data/src/status.c
index 01bd56d..c52f200 100644
--- a/data/src/status.c
+++ b/data/src/status.c
@@ -86,6 +86,7 @@ static memdb_change_t memdb_change_array[] = {
{ .path = "priv/acme/plugins.cfg" },
{ .path = "priv/tfa.cfg" },
{ .path = "priv/token.cfg" },
+ { .path = "priv/ipam.db" },
{ .path = "datacenter.cfg" },
{ .path = "vzdump.cron" },
{ .path = "ha/crm_commands" },
--
2.20.1
prev parent reply other threads:[~2020-07-20 15:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-20 15:47 [pve-devel] [PATCH v3 pve-cluster 0/3] sdn : add subnets management Alexandre Derumier
2020-07-20 15:47 ` [pve-devel] [PATCH v3 pve-cluster 1/3] add sdn/subnets.cfg Alexandre Derumier
2020-07-20 15:47 ` [pve-devel] [PATCH v3 pve-cluster 2/3] add sdn/ipams.cfg Alexandre Derumier
2020-07-20 15:47 ` Alexandre Derumier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200720154751.562-4-aderumier@odiso.com \
--to=aderumier@odiso.com \
--cc=pve-devel@pve.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.