[pve-devel] applied: [PATCH cluster 1/2] add ceph.conf to observed files
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Dec 20 08:51:57 CET 2018
On 12/19/18 11:24 AM, Dominik Csapak wrote:
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.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 f4dd1a3..f96de2f 100644
> --- a/data/PVE/Cluster.pm
> +++ b/data/PVE/Cluster.pm
> @@ -86,6 +86,7 @@ my $observed = {
> 'ha/groups.cfg' => 1,
> 'ha/fence.cfg' => 1,
> 'status.cfg' => 1,
> + 'ceph.conf' => 1,
> };
>
> # only write output if something fails
> diff --git a/data/src/status.c b/data/src/status.c
> index a73fa87..9b5d4c6 100644
> --- a/data/src/status.c
> +++ b/data/src/status.c
> @@ -90,6 +90,7 @@ static memdb_change_t memdb_change_array[] = {
> { .path = "ha/fence.cfg" },
> { .path = "status.cfg" },
> { .path = "replication.cfg" },
> + { .path = "ceph.conf" },
> };
>
> static GMutex mutex;
>
applied, thanks!
More information about the pve-devel
mailing list