util: move csiconfigfile to util

as we have csiconfigfile in both cephfs
and rbd moving the configfile path to
util folder.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2020-08-10 11:49:38 +05:30
committed by mergify[bot]
parent 35c5afcd3e
commit 18f4e9d519
6 changed files with 11 additions and 14 deletions

View File

@ -27,6 +27,9 @@ const (
// defaultCsiSubvolumeGroup defines the default name for the CephFS CSI subvolumegroup.
// This was hardcoded once and defaults to the old value to keep backward compatibility.
defaultCsiSubvolumeGroup = "csi"
// CsiConfigFile is the location of the CSI config file
CsiConfigFile = "/etc/ceph-csi-config/config.json"
)
// ClusterInfo strongly typed JSON spec for the below JSON structure.