mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
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:
committed by
mergify[bot]
parent
35c5afcd3e
commit
18f4e9d519
@ -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.
|
||||
|
Reference in New Issue
Block a user