From 7f88793fa9aadaf084043baa341024ce825c21bb Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Thu, 15 Sep 2011 17:43:13 +0200 Subject: [PATCH] bug #616: files copied in multiple dirs are now links --- install.sh | 15 ++++----------- src/vmm_mad/remotes/kvm/poll | 1 + src/vmm_mad/remotes/kvm/poll_local | 1 + src/vmm_mad/remotes/xen/poll | 1 + src/vmm_mad/remotes/xen/poll_local | 1 + 5 files changed, 8 insertions(+), 11 deletions(-) create mode 120000 src/vmm_mad/remotes/kvm/poll create mode 120000 src/vmm_mad/remotes/kvm/poll_local create mode 120000 src/vmm_mad/remotes/xen/poll create mode 120000 src/vmm_mad/remotes/xen/poll_local diff --git a/install.sh b/install.sh index 4628a9a348..d6bc746d5b 100755 --- a/install.sh +++ b/install.sh @@ -332,10 +332,6 @@ INSTALL_FILES=( AUTH_QUOTA_FILES:$VAR_LOCATION/remotes/auth/quota VMM_EXEC_KVM_SCRIPTS:$VAR_LOCATION/remotes/vmm/kvm VMM_EXEC_XEN_SCRIPTS:$VAR_LOCATION/remotes/vmm/xen - VMM_EXEC_XEN_KVM_POLL:$VAR_LOCATION/remotes/vmm/kvm/poll - VMM_EXEC_XEN_KVM_POLL:$VAR_LOCATION/remotes/vmm/xen/poll - VMM_EXEC_GANGLIA_POLL:$VAR_LOCATION/remotes/vmm/kvm/poll_local - VMM_EXEC_GANGLIA_POLL:$VAR_LOCATION/remotes/vmm/xen/poll_local SHARED_TM_COMMANDS_LIB_FILES:$LIB_LOCATION/tm_commands/shared SSH_TM_COMMANDS_LIB_FILES:$LIB_LOCATION/tm_commands/ssh DUMMY_TM_COMMANDS_LIB_FILES:$LIB_LOCATION/tm_commands/dummy @@ -552,6 +548,8 @@ VMM_EXEC_KVM_SCRIPTS="src/vmm_mad/remotes/kvm/cancel \ src/vmm_mad/remotes/kvm/migrate_local \ src/vmm_mad/remotes/kvm/restore \ src/vmm_mad/remotes/kvm/save \ + src/vmm_mad/remotes/kvm/poll \ + src/vmm_mad/remotes/kvm/poll_local \ src/vmm_mad/remotes/kvm/shutdown" #------------------------------------------------------------------------------- @@ -564,15 +562,10 @@ VMM_EXEC_XEN_SCRIPTS="src/vmm_mad/remotes/xen/cancel \ src/vmm_mad/remotes/xen/migrate \ src/vmm_mad/remotes/xen/restore \ src/vmm_mad/remotes/xen/save \ + src/vmm_mad/remotes/xen/poll \ + src/vmm_mad/remotes/xen/poll_local \ src/vmm_mad/remotes/xen/shutdown" -#----------------------------------------------------------------------------- -# VMM SH Driver xen/kvm scripts, to be installed under $REMOTES_LOCATION/vmm/* -#----------------------------------------------------------------------------- - -VMM_EXEC_XEN_KVM_POLL="src/vmm_mad/remotes/poll_xen_kvm.rb" -VMM_EXEC_GANGLIA_POLL="src/vmm_mad/remotes/poll_ganglia.rb" - #------------------------------------------------------------------------------- # Information Manager Probes, to be installed under $REMOTES_LOCATION/im #------------------------------------------------------------------------------- diff --git a/src/vmm_mad/remotes/kvm/poll b/src/vmm_mad/remotes/kvm/poll new file mode 120000 index 0000000000..fb5e9b8f73 --- /dev/null +++ b/src/vmm_mad/remotes/kvm/poll @@ -0,0 +1 @@ +../poll_xen_kvm.rb \ No newline at end of file diff --git a/src/vmm_mad/remotes/kvm/poll_local b/src/vmm_mad/remotes/kvm/poll_local new file mode 120000 index 0000000000..ca1f0231c9 --- /dev/null +++ b/src/vmm_mad/remotes/kvm/poll_local @@ -0,0 +1 @@ +../poll_ganglia.rb \ No newline at end of file diff --git a/src/vmm_mad/remotes/xen/poll b/src/vmm_mad/remotes/xen/poll new file mode 120000 index 0000000000..fb5e9b8f73 --- /dev/null +++ b/src/vmm_mad/remotes/xen/poll @@ -0,0 +1 @@ +../poll_xen_kvm.rb \ No newline at end of file diff --git a/src/vmm_mad/remotes/xen/poll_local b/src/vmm_mad/remotes/xen/poll_local new file mode 120000 index 0000000000..ca1f0231c9 --- /dev/null +++ b/src/vmm_mad/remotes/xen/poll_local @@ -0,0 +1 @@ +../poll_ganglia.rb \ No newline at end of file