Puppet Task: servicefabric_azure_start_data_loss

Defined in:
tasks/servicefabric_azure_start_data_loss.json,
tasks/servicefabric_azure_start_data_loss.rb

Overview

This API will induce data loss for the specified partition. It will trigger a call to the OnDataLoss API of the partition.Actual data loss will depend on the specified DataLossMode.- PartialDataLoss - Only a quorum of replicas are removed and OnDataLoss is triggered for the partition but actual data loss depends on the presence of in-flight replication.- FullDataLoss - All replicas are removed hence all data is lost and OnDataLoss is triggered.This API should only be called with a stateful service as the target.Calling this API with a system service as the target is not advised.Note: Once this API has been called, it cannot be reversed. Calling CancelOperation will only stop execution and clean up internal system state.It will not restore data if the command has progressed far enough to cause data loss.Call the GetDataLossProgress API with the same OperationId to return information on the operation started with this API.

Supports noop? false

Parameters