From abf3526befdaabb34776e9f33ed832c10a3c7fb8 Mon Sep 17 00:00:00 2001 From: Kristine Bujold Date: Fri, 2 Aug 2019 13:37:53 -0400 Subject: [PATCH] Collapse the glance filesystem into platform The filesystem /opt/cgcs is removed and its content moved under /opt/platform. Resources related to drbd-cgcs and /opt/cgcs are updated to drbd-plaform and /opt/plaform. Tested in AIO-SX, AIO-DX and Standard hardware labs. Depends-On: https://review.opendev.org/674360 Partial-Bug: 1830142 Change-Id: I6d0555f00ab269f7d9567fff365180b66adce8b3 Signed-off-by: Kristine Bujold --- collectd-extensions/centos/build_srpm.data | 2 +- collectd-extensions/src/df.conf | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/collectd-extensions/centos/build_srpm.data b/collectd-extensions/centos/build_srpm.data index f268418..d4ac143 100644 --- a/collectd-extensions/centos/build_srpm.data +++ b/collectd-extensions/centos/build_srpm.data @@ -22,4 +22,4 @@ COPY_LIST="$PKG_BASE/src/LICENSE \ $PKG_BASE/src/ptp.conf \ $PKG_BASE/src/example.py \ $PKG_BASE/src/example.conf" -TIS_PATCH_VER=12 +TIS_PATCH_VER=13 diff --git a/collectd-extensions/src/df.conf b/collectd-extensions/src/df.conf index 147619b..62eef59 100644 --- a/collectd-extensions/src/df.conf +++ b/collectd-extensions/src/df.conf @@ -14,7 +14,6 @@ MountPoint "/boot" MountPoint "/scratch" MountPoint "/opt/etcd" - MountPoint "/opt/cgcs" MountPoint "/opt/platform" MountPoint "/opt/extension" MountPoint "/var/lib/rabbitmq"