changed sleep to 2 sec. fixed the setting of swift_conn during deletion process. Timeout of ssl increased to 10. Added checks to segment files: they have to be power of 2.
This commit is contained in:
@@ -7,7 +7,7 @@ swift_containers = [
|
||||
"default_segments"
|
||||
]
|
||||
delete = True
|
||||
fail_tries = 10
|
||||
fail_tries = 30
|
||||
|
||||
for i in range(len(swift_containers)):
|
||||
swift_delete_0_byte_folders.launch(swift_containers[i],delete,fail_tries)
|
||||
|
||||
Reference in New Issue
Block a user