mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 02:43:36 +00:00
rbd: remove topologyConstrainedPools parameter
This commit removes the `topologyConstrainedPools` parameter from PV volumeAttributes as it is not required. Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
@ -2071,17 +2071,6 @@ func getCephClientLogFileName(id, logDir, prefix string) string {
|
||||
return fmt.Sprintf("%s/%s-%s.log", logDir, prefix, id)
|
||||
}
|
||||
|
||||
// CheckSliceContains checks the slice for string.
|
||||
func CheckSliceContains(options []string, opt string) bool {
|
||||
for _, o := range options {
|
||||
if o == opt {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
// strategicActionOnLogFile act on log file based on cephLogStrategy.
|
||||
func strategicActionOnLogFile(ctx context.Context, logStrategy, logFile string) {
|
||||
var err error
|
||||
|
Reference in New Issue
Block a user