pub async fn remount(
client: &impl Client,
from: &str,
to: &str,
) -> Result<RemountResponse, ClientError>
Expand description
This endpoint moves an already-mounted backend to a new mount point.
See RemountRequest
pub async fn remount(
client: &impl Client,
from: &str,
to: &str,
) -> Result<RemountResponse, ClientError>
This endpoint moves an already-mounted backend to a new mount point.
See RemountRequest