Skip to content

Commit 59bbb91

Browse files
Songjf-ttkWine93
authored andcommitted
Fix: adjust const variables position.
1 parent 1c09d35 commit 59bbb91

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

internal/playbook/factory.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ const (
8383
UNINSTALL_CLIENT
8484

8585
// bs
86+
FORMAT_CHUNKFILE_POOL
87+
GET_FORMAT_STATUS
88+
STOP_FORMAT
8689
BALANCE_LEADER
8790
START_NEBD_SERVICE
8891
CREATE_VOLUME
@@ -100,8 +103,6 @@ const (
100103
CHECK_CLIENT_S3
101104
MOUNT_FILESYSTEM
102105
UMOUNT_FILESYSTEM
103-
FORMAT_CHUNKFILE_POOL
104-
GET_FORMAT_STATUS
105106

106107
// polarfs
107108
DETECT_OS_RELEASE
@@ -115,9 +116,6 @@ const (
115116
REMOVE_PLAYGROUND
116117
GET_PLAYGROUND_STATUS
117118

118-
// STOP_FORMAT type stop formatting
119-
STOP_FORMAT
120-
121119
// unknown
122120
UNKNOWN
123121
)

0 commit comments

Comments
 (0)