Skip to content

Commit 00ecada

Browse files
author
jintao.chen
committed
[BugFix: ZSTACK-30304] imagestorebackupstorage collectd_exporter
1 parent 9a5c50c commit 00ecada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imagestorebackupstorage/ansible/imagestorebackupstorage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
# name: copy exporter binary
155155
copy_arg = CopyArg()
156156
copy_arg.src = "%s/%s" % (kvm_file_root, src_pkg_exporter)
157-
copy_arg.dest = "%s/" % utils_root
157+
copy_arg.dest = "%s/collectd_exporter" % utils_root
158158
copy_arg.args = "force=yes"
159159
copy(copy_arg, host_post_info)
160160

0 commit comments

Comments
 (0)