Changeset 453
- Timestamp:
- 04/17/08 18:51:54 (9 months ago)
- Files:
-
- trunk/lib/deprec/recipes/xen.rb (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/deprec/recipes/xen.rb
r365 r453 28 28 :owner => 'root:root'}, 29 29 30 # This one is a bugfix for gutsy30 # This one is a bugfix for gutsy 31 31 {:template => "15-disable-hwclock", 32 32 :path => '/usr/lib/xen-tools/gutsy.d/15-disable-hwclock', … … 69 69 70 70 desc "Push Xen config files to server" 71 task :config , :roles => :dom0do71 task :config do 72 72 deprec2.push_configs(:xen, SYSTEM_CONFIG_FILES[:xen]) 73 73 end … … 91 91 # 92 92 # sudo rm /etc/udev/rules.d/70-persistent-net.rules 93 94 95 96 # ubuntu bugs 97 # 98 # check if they're fixed in hardy heron 99 100 # 1: domains are not shut down on system shutdown 101 # cause: order that init scripts get called 102 # fix: call /etc/init.d/xendomains from /etc/init.d/xend script 103 104 # stop) 105 # /etc/init.d/xendomains stop # make sure domains are shut down 106 # xend stop 107 # ;; 108 109 # virtsh 110 # 111 # enable by putting this into /etc/xen/xend-conf.sxp 112 # (xend-unix-server yes) 113
