integralstor / integralstor_gridcell

Gluster/ZFS based open source scale-out storage system
1 stars 3 forks source link

Create DB during first time setup #182

Closed raamsri closed 7 years ago

raamsri commented 7 years ago

DB should not be created at ../config/db/ during installation since DB is placed in integralstor_admin_vol which is mounted by all clustered nodes via gluster.

Previously, DB was created in KS and later gets overwritten by a call in first_time_setup.py which puts in a stale copy from ../defaults/db/

Signed-off-by: six-k ramsri.hp@gmail.com