首先我们将池的自动启动参数auto_poweron设置为true:
xe pool-param-set uuid=<pool UUID> other-config:auto_poweron=true
然后将要自动启动的VPS的auto_poweron参数设置为自动启动:
xe vm-param-set uuid=<VM UUID> other-config:auto_poweron=true
Done.
首先我们将池的自动启动参数auto_poweron设置为true:
xe pool-param-set uuid=<pool UUID> other-config:auto_poweron=true
然后将要自动启动的VPS的auto_poweron参数设置为自动启动:
xe vm-param-set uuid=<VM UUID> other-config:auto_poweron=true
Done.