ta/storage.git
3 years agoFIX: add missing mount_opts 17/4017/1 master
dave kormann [Wed, 30 Dec 2020 18:26:27 +0000 (13:26 -0500)]
FIX: add missing mount_opts

mount_opts values are apparently required in the disk layout file.

signed-off-by: dave kormann  <davek@research.att.com>
Change-Id: I1ce1ea4fe259bb8c78f4b33237624f0d79d3da8f

3 years agoFIX: bump RPM minor version 12/4012/1
dave kormann [Mon, 28 Dec 2020 20:01:37 +0000 (15:01 -0500)]
FIX: bump RPM minor version

prior change failed to increment the rpm minor version - this
change moves it to a more obvious place and increments it.

signed-off-by: dave kormann   <davek@research.att.com>
Change-Id: I09df4200c0923b9683e6264e99c3c015ee5271a3

3 years agoCarve space for home and tmp 06/4006/1
dave kormann [Wed, 23 Dec 2020 18:27:31 +0000 (13:27 -0500)]
Carve space for home and tmp

This change adds /tmp and /home back into our root disk
partitioning scheme, as /var/log is probably oversupplied
in our current scheme.

Signed-off-by: dave kormann <davek@research.att.com>
Change-Id: Ibb20ab9e20a9c957f1610cd12322931faa181f74

3 years agoRebalance root disk storage 16/3716/1
dave kormann [Mon, 21 Sep 2020 18:46:23 +0000 (14:46 -0400)]
Rebalance root disk storage

Experience with real-world deployments has shown that the bulk of the
REC storage requirements are for logs.  This change reworks the LV
allocation on the root disk to reflect this:

- The LV for /home is removed; /home will be on the root filesystem
- The mariadb and swift LVs are significantly reduced in size, as
  neither is used by the RIC or the REC (beyond Keystone)
- the /var/log/audit LV is removed.  /var/log/audit will share space
  with the rest of /var/log
- /var/log is used as the "free hog" lv, taking up any space not used by
  other VGs.

signed-off-by: dave kormann  <davek@research.att.com>
Change-Id: I34502aa156e145c4b30a57f263c106aa89b39073

3 years agoAdd MariaDB LV 07/3707/1
dave kormann [Mon, 14 Sep 2020 13:33:30 +0000 (09:33 -0400)]
Add MariaDB LV

The mariadb database is currently stored on the root filesystem, which
is far too small for even our limited use.  This change adds an lvm
volume for /var/lib/mysql by reducing the size of the swift LV.

signed-off-by: dave kormann      <davek@research.att.com>
Change-Id: I0c0d9afb5d8b64f33fa63e64a72f0ac8ed913d9e

3 years agoRemove XFS nobarrier option 99/3699/2
dave kormann [Fri, 4 Sep 2020 15:12:41 +0000 (11:12 -0400)]
Remove XFS nobarrier option

The XFS 'nobarrier' mount option is deprecated.  This change
removes it from the fstab entries we generate.

Related patches:
https://gerrit.akraino.org/r/c/ta/openstack-ansible/+/3701
https://gerrit.akraino.org/r/c/ta/infra-ansible/+/3702

signed-off-by: dave kormann  <davek@research.att.com>
Change-Id: I9e881413978c3390a5a209fb24fe90afe31b0a85

4 years agoremoved un-needed tox file 00/800/1
Baha Mesleh [Thu, 23 May 2019 12:54:24 +0000 (15:54 +0300)]
removed un-needed tox file

Signed-off-by: Baha Mesleh <baha.mesleh@nokia.com>
Change-Id: Ic19fea2b80616269a9f8d87365a0af455db90f86

4 years agoInitial commit 63/663/1
Baha Mesleh [Fri, 22 Mar 2019 11:37:47 +0000 (13:37 +0200)]
Initial commit

Change-Id: I804eabed0b99cbf9c0900c93d932aa8f4fbf6f64
Signed-off-by: Baha Mesleh <baha.mesleh@nokia.com>
4 years agoInitial empty repository
Eric Ball [Wed, 1 May 2019 00:25:57 +0000 (00:25 +0000)]
Initial empty repository