Interface DatastoreTypeProvider.MvmProvisionFacet

Enclosing interface:
DatastoreTypeProvider

public static interface DatastoreTypeProvider.MvmProvisionFacet
This facet is used to provide additional hooks for MVM/VME specific provisioning tasks for VME/HPE Hypervisor Clusters. In the future, this may change to be more generic and allowed for other cloud provision providers to use (i.e. Baremetal) In order to use this, add it to your implementation of your DatastoreTypeProvider Often times, it will be necessary to orchestrate behaviors on the host itself when provisioning a volume. This can be done with the context MorpheusContext.executeCommandOnServer(com.morpheusdata.model.ComputeServer, java.lang.String) method.

ServiceResponse response = morpheusContext.executeCommandOnServer(host, "virsh pool-refresh mypool");

Since:
1.1.18