XenServer 删除只有一台主机的主机池
Warning: Undefined variable $class_attr in /www/wwwroot/www.cnzay.cc/wp-content/themes/ripro/inc/theme-functions.php on line 279
Warning: Undefined variable $class_attr in /www/wwwroot/www.cnzay.cc/wp-content/themes/ripro/inc/theme-functions.php on line 279
Warning: Undefined variable $class_attr in /www/wwwroot/www.cnzay.cc/wp-content/themes/ripro/inc/theme-functions.php on line 279
问题描述
资源池中只有一台服务器,同时也是 master角色,怎样退出资源池;
此时使用 XenCenter 方式移除主机是无效的;
使用命令行也提示不能移除;
解决方法
思路是将主机池转换为 standalone 单机模式;
复制代码
#注意是 pool uuid xe pool-param-set name-label="" uuid=<uuid of the pool>
或者使用 XenCenter
make into standalone server
验证