From ace212f577572bcbab5a464d13bf09418a6e7fa4 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 29 Sep 2022 22:41:55 +0100 Subject: portablectl: add --force attach/detach Allows to skip check that ensures units must not be running. I have a use case that would use reattach, except the orchestrator is using a non-standard versioning scheme, so image matching cannot work. As a workaround, need to be able to detach and then attach manually, without stopping the units to avoid extended downtimes and loss of FD store. --- man/portablectl.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'man/portablectl.xml') diff --git a/man/portablectl.xml b/man/portablectl.xml index ed2089c63a..64927a2fe6 100644 --- a/man/portablectl.xml +++ b/man/portablectl.xml @@ -374,6 +374,13 @@ and detaching. + + + + Skip safety checks and attach or detach images (with extensions) without first ensuring + that the units are not running. + + -- cgit v1.2.1