内容简介:升级之前,确认数据完成了持久化,防止丢数据!一般来说,如果是线上coreos服务器,会关闭自动升级功能。如果确实需要升级版本了,一键执行这个命令如果报错,显示
升级之前,确认数据完成了持久化,防止丢数据!
一般来说,如果是线上coreos服务器,会关闭自动升级功能。如果确实需要升级版本了,一键执行这个命令 update_engine_client -check_for_update
如果报错,显示
Could not get owner of name 'com.coreos.update1': no such name
说明update service没有启动,执行下面的命令:
systemctl unmask update-engine.service systemctl start update-engine.service
然后再执行一次:
update_engine_client -check_for_update
执行完成之后,可以通过 journalctl -fu update-engine
查看日志。 当看到下载完成之后,等待所有服务都成功down之后,coreos就会进行重启。
最后提醒一次,升级版本有可能产生服务不正常的情况,所以慎重升级!
以上所述就是小编给大家介绍的《手动升级Coreos版本》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Is Parallel Programming Hard, And, If So, What Can You Do About
Paul E. McKenney
The purpose of this book is to help you understand how to program shared-memory parallel machines without risking your sanity.1 By describing the algorithms and designs that have worked well in the pa......一起来看看 《Is Parallel Programming Hard, And, If So, What Can You Do About 》 这本书的介绍吧!