Changeset 453

Show
Ignore:
Timestamp:
04/17/08 18:51:54 (9 months ago)
Author:
mbailey
Message:

removed dom0 role

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/deprec/recipes/xen.rb

    r365 r453  
    2828         :owner => 'root:root'}, 
    2929          
    30         # This one is a bugfix for gutsy  
     30        # This one is a bugfix for gutsy  
    3131        {:template => "15-disable-hwclock", 
    3232         :path => '/usr/lib/xen-tools/gutsy.d/15-disable-hwclock', 
     
    6969       
    7070      desc "Push Xen config files to server" 
    71       task :config, :roles => :dom0 do 
     71      task :config do 
    7272        deprec2.push_configs(:xen, SYSTEM_CONFIG_FILES[:xen]) 
    7373      end 
     
    9191# 
    9292# 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