[Pkg-ganeti-devel] [ganeti] 02/07: Specify extstorage search path

Apollon Oikonomopoulos apoikos-guest at alioth.debian.org
Sat Oct 19 20:35:43 UTC 2013


This is an automated email from the git hooks/post-receive script.

apoikos-guest pushed a commit to branch experimental
in repository ganeti.

commit f7b998fc5f03060d43c1a83db11336c0cd1e67f6
Author: Apollon Oikonomopoulos <apoikos at gmail.com>
Date:   Wed Oct 2 10:17:22 2013 +0300

    Specify extstorage search path
    
    Specify the extstorage provider search path during configure time. Apart from
    the default /srv/ganeti/extstorage, also add paths under /usr/lib,
    /usr/local/lib and /usr/share.
    
    Also create /usr/share/ganeti/extstorage with the package.
---
 debian/ganeti.dirs |    1 +
 debian/rules       |    1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/ganeti.dirs b/debian/ganeti.dirs
index f1d84d9..15dc515 100644
--- a/debian/ganeti.dirs
+++ b/debian/ganeti.dirs
@@ -1,6 +1,7 @@
 etc/ganeti
 usr/lib/ganeti
 usr/lib/ganeti/iallocators
+usr/share/ganeti/extstorage
 usr/share/lintian/overrides
 var/lib/ganeti
 var/log/ganeti
diff --git a/debian/rules b/debian/rules
index c98abab..4d60fab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ override_dh_auto_configure:
 	  --with-export-dir=/var/lib/ganeti/export \
 	  --with-iallocator-search-path=/usr/local/lib/ganeti/iallocators,/usr/lib/ganeti/iallocators \
 	  --with-os-search-path=/srv/ganeti/os,/usr/local/lib/ganeti/os,/usr/lib/ganeti/os,/usr/share/ganeti/os \
+	  --with-extstorage-search-path=/srv/ganeti/extstorage,/usr/local/lib/ganeti/extstorage,/usr/lib/ganeti/extstorage,/usr/share/ganeti/extstorage \
 	  --docdir=/usr/share/doc/ganeti \
 	  --enable-htools-rapi --enable-restricted-commands \
 	  --with-user-prefix=$(GNT_USERGROUP_PREFIX) \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti.git



More information about the Pkg-ganeti-devel mailing list