We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bf689d + 3e00d48 commit cc95583Copy full SHA for cc95583
python/cluster/cluster_config.py
@@ -208,6 +208,9 @@ def insert(args):
208
if args.type == "ablestack-vm" or args.type == "powerflex":
209
os.system("systemctl enable --now auto-umount.service")
210
os.system("systemctl enable --now auto-umount.timer")
211
+ elif args.type == "ablestack-hci":
212
+ os.system("systemctl enable --now cleanup-rbd.service")
213
+ os.system("systemctl enable --now cleanup-rbd.timer")
214
215
# hosts 파일 복사 실패시 3번 시도까지 하도록 개선
216
result = {}
0 commit comments