public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Alexandre Derumier <aderumier@odiso.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH V5 pve-cluster 5/5] rename sdn/.version to sdn/.running-config
Date: Mon, 28 Sep 2020 10:33:39 +0200	[thread overview]
Message-ID: <20200928083339.3481924-6-aderumier@odiso.com> (raw)
In-Reply-To: <20200928083339.3481924-1-aderumier@odiso.com>

---
 data/PVE/Cluster.pm | 2 +-
 data/src/status.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index 56d97bc..8ed1db5 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -73,7 +73,7 @@ my $observed = {
     'sdn/subnets.cfg' => 1,
     'sdn/ipams.cfg' => 1,
     'sdn/dns.cfg' => 1,
-    'sdn/.version' => 1,
+    'sdn/.running-config' => 1,
     'virtual-guest/cpu-models.conf' => 1,
 };
 
diff --git a/data/src/status.c b/data/src/status.c
index 9bb1049..e199ea1 100644
--- a/data/src/status.c
+++ b/data/src/status.c
@@ -103,7 +103,7 @@ static memdb_change_t memdb_change_array[] = {
 	{ .path = "sdn/subnets.cfg" },
 	{ .path = "sdn/ipams.cfg" },
 	{ .path = "sdn/dns.cfg" },
-	{ .path = "sdn/.version" },
+	{ .path = "sdn/.running-config" },
 	{ .path = "virtual-guest/cpu-models.conf" },
 };
 
-- 
2.20.1




  parent reply	other threads:[~2020-09-28  8:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-28  8:33 [pve-devel] [PATCH V5 pve-cluster 0/5] sdn : add subnets management Alexandre Derumier
2020-09-28  8:33 ` [pve-devel] [PATCH V5 pve-cluster 1/5] add sdn/subnets.cfg Alexandre Derumier
2020-09-28  8:33 ` [pve-devel] [PATCH V5 pve-cluster 2/5] add sdn/ipams.cfg Alexandre Derumier
2020-09-28  8:33 ` [pve-devel] [PATCH V5 pve-cluster 3/5] add priv/ipam.db Alexandre Derumier
2020-09-28  8:33 ` [pve-devel] [PATCH V5 pve-cluster 4/5] add sdn/dns.cfg Alexandre Derumier
2020-09-28  8:33 ` Alexandre Derumier [this message]
2021-04-22 19:44 ` [pve-devel] applied-series: [PATCH V5 pve-cluster 0/5] sdn : add subnets management Thomas Lamprecht

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=20200928083339.3481924-6-aderumier@odiso.com \
    --to=aderumier@odiso.com \
    --cc=pve-devel@lists.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal