mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Part 2
commit 797839360c65cd348d2eb20630521177ab0919de
bug 9154: redundant virtual router
commit 8ff7f230204d4d3a7a4adee75523a9a84f4276fe
bug 9154: Replace domain_router.is_master with domain_router.redundant_state in DB
commit 230b99e9e0b152648f1dd2a5eab6f22315b8e7b4
bug 9154: Add redundant state to DomainRouterResponse
commit ccefb5ff5e83d713798a347c99bce1a0d04b4317
bug 9154: Add router fault state report
commit 7a3090378f9785caecf741b70554f6ea17c41764
bug 9154: Send alert if found two virtual routers in master state
commit 66831056e4bf27665871bccd24e6159071564847
bug 9154: Code clean up
commit bf3f58a85741fa7118bd848a42d8b21baa4478d4
bug 9154: Add isRedundantRouter to DomainRouterResponse
46 lines
2.3 KiB
Plaintext
46 lines
2.3 KiB
Plaintext
# This file specifies the files that need
|
|
# to be transferred over to the XenServer.
|
|
# The format of this file is as follows:
|
|
# [Name of file]=[source path],[file permission],[destination path]
|
|
# [destination path] is required.
|
|
# If [file permission] is missing, 755 is assumed.
|
|
# If [source path] is missing, it looks in the same
|
|
# directory as the patch file.
|
|
# If [source path] starts with '/', then it is absolute path.
|
|
# If [source path] starts with '~', then it is path relative to management server home directory.
|
|
# If [source path] does not start with '/' or '~', then it is relative path to the location of the patch file.
|
|
NFSSR.py=/opt/xensource/sm
|
|
nfs.py=/opt/xensource/sm
|
|
vmops=..,0755,/etc/xapi.d/plugins
|
|
vmopsSnapshot=..,0755,/etc/xapi.d/plugins
|
|
hostvmstats.py=..,0755,/opt/xensource/sm
|
|
systemvm.iso=../../../../../vms,0644,/opt/xensource/packages/iso
|
|
id_rsa.cloud=../../../systemvm,0600,/root/.ssh
|
|
network_info.sh=..,0755,/opt/xensource/bin
|
|
setupxenserver.sh=..,0755,/opt/xensource/bin
|
|
make_migratable.sh=..,0755,/opt/xensource/bin
|
|
setup_iscsi.sh=..,0755,/opt/xensource/bin
|
|
cloud-setup-bonding.sh=..,0755,/opt/xensource/bin
|
|
pingtest.sh=../../..,0755,/opt/xensource/bin
|
|
dhcp_entry.sh=../../../../network/domr/,0755,/opt/xensource/bin
|
|
ipassoc.sh=../../../../network/domr/,0755,/opt/xensource/bin
|
|
vm_data.sh=../../../../network/domr/,0755,/opt/xensource/bin
|
|
save_password_to_domr.sh=../../../../network/domr/,0755,/opt/xensource/bin
|
|
networkUsage.sh=../../../../network/domr/,0755,/opt/xensource/bin
|
|
call_firewall.sh=../../../../network/domr/,0755,/opt/xensource/bin
|
|
call_loadbalancer.sh=../../../../network/domr/,0755,/opt/xensource/bin
|
|
copy_vhd_to_secondarystorage.sh=..,0755,/opt/xensource/bin
|
|
copy_vhd_from_secondarystorage.sh=..,0755,/opt/xensource/bin
|
|
setup_heartbeat_sr.sh=..,0755,/opt/xensource/bin
|
|
setup_heartbeat_file.sh=..,0755,/opt/xensource/bin
|
|
check_heartbeat.sh=..,0755,/opt/xensource/bin
|
|
xenheartbeat.sh=..,0755,/opt/xensource/bin
|
|
launch_hb.sh=..,0755,/opt/xensource/bin
|
|
vhd-util=..,0755,/opt/xensource/bin
|
|
vmopspremium=..,0755,/etc/xapi.d/plugins
|
|
InterfaceReconfigure.py=.,0755,/opt/xensource/bin
|
|
fsimage.so=..,0755,/usr/lib/fs/ext2fs-lib
|
|
create_privatetemplate_from_snapshot.sh=..,0755,/opt/xensource/bin
|
|
upgrade_snapshot.sh=..,0755,/opt/xensource/bin
|
|
getRouterStatus.sh=../../../../network/domr/,0755,/opt/xensource/bin
|