[Qa-jenkins-scm] [jenkins.debian.net] 03/05: lvc: make the storage-pool directory a little more obvious
Holger Levsen
holger at layer-acht.org
Sat Jun 18 21:34:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 98d99ce1af854edd1aefa09d7abf8174d462d96b
Author: Philip Hands <phil at hands.com>
Date: Fri Jun 17 13:27:37 2016 +0200
lvc: make the storage-pool directory a little more obvious
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
cucumber/features/support/helpers/storage_helper.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cucumber/features/support/helpers/storage_helper.rb b/cucumber/features/support/helpers/storage_helper.rb
index b1f316c..a96bc51 100644
--- a/cucumber/features/support/helpers/storage_helper.rb
+++ b/cucumber/features/support/helpers/storage_helper.rb
@@ -19,7 +19,7 @@ class VMStorage
pool_xml = REXML::Document.new(File.read("#{@xml_path}/storage_pool.xml"))
pool_name = LIBVIRT_DOMAIN_NAME
pool_xml.elements['pool/name'].text = pool_name
- @pool_path = "#{$config["TMPDIR"]}/#{pool_name}"
+ @pool_path = "#{$config["TMPDIR"]}/pool-#{pool_name}"
begin
@pool = @virt.lookup_storage_pool_by_name(pool_name)
rescue Libvirt::RetrieveError
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list