Skip to content

Commit

Permalink
datastore tpye stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
davydotcom committed Jan 6, 2025
1 parent 454b2ce commit a460c8a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ default boolean getLocalStorage() {
return false;
}

/**
* Flags if this {@link DatastoreType} implements its own refresh logic for refreshing volumes within the datastore type, or if this falls back to generic sync.
* @return if the {@link DatastoreType} implements its own refresh logic
*/
default boolean getPluginManagedVolumeRefresh() { return false; }

/**
* Perform any operations necessary on the target to remove a volume. This is used to remove a volume on a storage server
Expand Down

0 comments on commit a460c8a

Please sign in to comment.