[openstack-nova] adjust how tgtd includes config

Pádraig Brady pbrady at fedoraproject.org
Thu Sep 27 17:13:09 UTC 2012


commit 60d931ab7999ff44be32f4afc61c054ab8917a99
Author: Pádraig Brady <P at draigBrady.com>
Date:   Thu Sep 27 17:47:29 2012 +0100

    adjust how tgtd includes config
    
    perl's Config-general is used which currently
    only supports IncludeGlob at the first level.
    It supports IncludeDirectorie at all levels though,
    so we rely on that to include the persisteted
    nova-volume targets.
    
    Note this requires an updated scsi-target-utils
    that enables the IncludeDirectories option.

 nova-tgt.conf       |    2 +-
 openstack-nova.spec |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/nova-tgt.conf b/nova-tgt.conf
index 003c2eb..0a6a262 100644
--- a/nova-tgt.conf
+++ b/nova-tgt.conf
@@ -1 +1 @@
-include /etc/nova/volumes/*
+include /etc/nova/volumes/
diff --git a/openstack-nova.spec b/openstack-nova.spec
index c7386f5..a01ad81 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2012.2
-Release:          0.10.rc1%{?dist}
+Release:          0.11.rc1%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -738,12 +738,12 @@ fi
 %endif
 
 %changelog
-* Wed Sep 26 2012 Pádraig Brady <pbrady at redhat.com> - 2012.2-0.10.rc1
+* Wed Sep 26 2012 Pádraig Brady <pbrady at redhat.com> - 2012.2-0.11.rc1
 - Support newer polkit config format to allow communication with libvirtd
+- Fix to ensure that tgt configuration is honored
 
 * Fri Sep 21 2012 Pádraig Brady <pbrady at redhat.com> - 2012.2-0.8.rc1
 - Update to folsom rc1
-- Fix to ensure that tgt configuration is honored
 
 * Mon Sep 17 2012 Alan Pevec <apevec at redhat.com> - 2012.2-0.7.f3
 - Remove user config from paste ini files


More information about the scm-commits mailing list