sureshanaparti commented on code in PR #12617:
URL: https://github.com/apache/cloudstack/pull/12617#discussion_r3154354092
##########
engine/api/src/main/java/org/apache/cloudstack/engine/subsystem/api/storage/VolumeInfo.java:
##########
@@ -31,6 +31,12 @@
public interface VolumeInfo extends DownloadableDataInfo, Volume {
+ /**
+ * Constant for the volume detail key that stores the host ID currently
holding the CLVM exclusive lock.
+ * This is used during lightweight lock migration to determine the source
host for lock transfer.
+ */
+ String CLVM_LOCK_HOST_ID = "clvmLockHostId";
Review Comment:
move to ClvmLockManager
```suggestion
public static final String CLVM_LOCK_HOST_ID = "clvmLockHostId";
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]