Skip to content

Commit d04b33f

Browse files
authored
Merge pull request #2 from ucphhpc/adjust/containerized-gluster-migrate
Adjusted 'migrate' and 'state' dirs to the containerized setup
2 parents 97ba478 + c6ba8ac commit d04b33f

File tree

2 files changed

+16
-295
lines changed

2 files changed

+16
-295
lines changed

etc/migmount.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ declare -xr FQDN=""
55
# Base setup
66
###
77
declare -xr STORAGE_BASE="/storage"
8-
declare -xr MIG_DATA_BASE="${STORAGE_BASE}/${FQDN}/sitedata"
8+
declare -xr MIG_DATA_BASE="${STORAGE_BASE}/${FQDN}/sitestorage/net"
9+
declare -xr MIG_DATA_MIGRATE_BASE="${STORAGE_BASE}/${FQDN}/sitestorage/net_storage_migration"
910
declare -xr MIG_LOG_BASE="${STORAGE_BASE}/${FQDN}/sitelogs"
1011
declare -xr MIG_TMP_BASE="${STORAGE_BASE}/${FQDN}/sitetmp"
1112
declare -xr MIG_TMPFS_BASE="${STORAGE_BASE}/mnt/tmpfs"
1213
declare -xr MIG_DISKIMG_BASE="${STORAGE_BASE}/mnt/diskimg"
14+
declare -xr MIG_DATA_HOME="${STORAGE_BASE}/${FQDN}/sitedata"
1315

1416
###
1517
# Local setup

0 commit comments

Comments
 (0)