diff --git a/internal/playbook/factory.go b/internal/playbook/factory.go index 68ce8993d..240f670bc 100644 --- a/internal/playbook/factory.go +++ b/internal/playbook/factory.go @@ -85,6 +85,9 @@ const ( UNINSTALL_CLIENT // bs + FORMAT_CHUNKFILE_POOL + GET_FORMAT_STATUS + STOP_FORMAT BALANCE_LEADER START_NEBD_SERVICE CREATE_VOLUME @@ -125,8 +128,6 @@ const ( CHECK_CLIENT_S3 MOUNT_FILESYSTEM UMOUNT_FILESYSTEM - FORMAT_CHUNKFILE_POOL - GET_FORMAT_STATUS // polarfs DETECT_OS_RELEASE @@ -140,9 +141,6 @@ const ( REMOVE_PLAYGROUND GET_PLAYGROUND_STATUS - // STOP_FORMAT type stop formatting - STOP_FORMAT - // unknown UNKNOWN )