We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c09d35 commit 59bbb91Copy full SHA for 59bbb91
internal/playbook/factory.go
@@ -83,6 +83,9 @@ const (
83
UNINSTALL_CLIENT
84
85
// bs
86
+ FORMAT_CHUNKFILE_POOL
87
+ GET_FORMAT_STATUS
88
+ STOP_FORMAT
89
BALANCE_LEADER
90
START_NEBD_SERVICE
91
CREATE_VOLUME
@@ -100,8 +103,6 @@ const (
100
103
CHECK_CLIENT_S3
101
104
MOUNT_FILESYSTEM
102
105
UMOUNT_FILESYSTEM
- FORMAT_CHUNKFILE_POOL
- GET_FORMAT_STATUS
106
107
// polarfs
108
DETECT_OS_RELEASE
@@ -115,9 +116,6 @@ const (
115
116
REMOVE_PLAYGROUND
117
GET_PLAYGROUND_STATUS
118
- // STOP_FORMAT type stop formatting
119
- STOP_FORMAT
120
-
121
// unknown
122
UNKNOWN
123
)
0 commit comments