Skip to content

Commit

Permalink
Merge pull request #861 from globocom/hot_fix_backup_dccm
Browse files Browse the repository at this point in the history
hot fix url
  • Loading branch information
nimbfire authored Apr 13, 2023
2 parents fe81dab + ca6b4ca commit 66701d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbaas/workflow/steps/util/volume_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def run_script(self, script, host=None):
return output

def take_snapshot(self, persist=0):
url = "{}old/snapshot/{}".format(self.base_uri, self.volume.identifier)
url = "{}snapshot/{}".format(self.base_uri, self.volume.identifier)
if persist != 0:
url += '?persist=1'

Expand Down

0 comments on commit 66701d5

Please sign in to comment.