mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-21 02:37:58 +08:00
[shell] add noLock param for volume.move (#6261)
This commit is contained in:

committed by
GitHub

parent
96f1a2e01a
commit
254ed8897e
@@ -82,7 +82,7 @@ func (ce *CommandEnv) isLocked() bool {
|
||||
return true
|
||||
}
|
||||
if ce.noLock {
|
||||
return false
|
||||
return true
|
||||
}
|
||||
return ce.locker.IsLocked()
|
||||
}
|
||||
|
Reference in New Issue
Block a user