Change in vdsm[master]: fix: Adding missing hooks folder to vdsm.spec.in

gvallare at redhat.com gvallare at redhat.com
Wed Jun 5 09:06:36 UTC 2013


Giuseppe Vallarelli has uploaded a new change for review.

Change subject: fix: Adding missing hooks folder to vdsm.spec.in
......................................................................

fix: Adding missing hooks folder to vdsm.spec.in

Missing folders in vdsm.spec.in for the update device hooks are
the following ones: before_update_device and after_update_device.

Change-Id: I4df7bb06e979c6d6111370304a8b8f52ea1c100a
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=893576
Signed-off-by: Giuseppe Vallarelli <gvallare at redhat.com>
---
M vdsm.spec.in
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/75/15375/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index f265f41..7be443b 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -869,6 +869,8 @@
 %dir %{_libexecdir}/%{vdsm_name}/hooks/after_vm_destroy
 %dir %{_libexecdir}/%{vdsm_name}/hooks/before_vm_set_ticket
 %dir %{_libexecdir}/%{vdsm_name}/hooks/after_vm_set_ticket
+%dir %{_libexecdir}/%{vdsm_name}/hooks/before_update_device
+%dir %{_libexecdir}/%{vdsm_name}/hooks/after_update_device
 %dir %{_libexecdir}/%{vdsm_name}/hooks/before_nic_hotplug
 %dir %{_libexecdir}/%{vdsm_name}/hooks/after_nic_hotplug
 %dir %{_libexecdir}/%{vdsm_name}/hooks/before_nic_hotunplug


--
To view, visit http://gerrit.ovirt.org/15375
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4df7bb06e979c6d6111370304a8b8f52ea1c100a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Vallarelli <gvallare at redhat.com>


More information about the vdsm-patches mailing list