- Learning Ceph(Second Edition)
- Anthony D'Atri Vaibhav Bhembre Karan Singh
- 221字
- 2021-07-08 09:43:53
Admin host
Management of Ceph clusters is usually done via a set of command-line interface (CLI) tools. While some Ceph managers perform these actions from one or more MON hosts, others choose to provision one or more dedicated, standalone servers for the purpose. These admin hosts require very few resources and are easily implemented as Virtual Machines (VMs) or even piggybacked onto bastion, jump, gateway, or other infrastructure services. One choice might be to share an existing Puppet or Ansible master host, which is likely set up in a conducive fashion. Be careful, though, to not provision Admin hosts with circular dependencies. If you use an OpenStack instance with a boot drive that lives on a Ceph cluster, sooner or later you'll find that cluster issues that require action prevent the admin host itself from working properly!
Another factor to consider when piggybacking the admin host role onto one or more Ceph MON nodes is that during cluster software upgrades and server hardware maintenance, each may in turn be rebooted or otherwise experience interrupted unavailability. While this does not impact cluster operations, it does prevent the continuity that is required of an admin host. For this reason as well, it is suggested to provision one or more admin hosts that are not hosted on or dependent on any other Ceph components.
- TypeScript Essentials
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Oracle Exadata性能優化
- 微服務與事件驅動架構
- Magento 2 Theme Design(Second Edition)
- Visual Basic程序設計教程
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- JavaScript從入門到精通(第3版)
- Python機器學習經典實例
- SQL Server從入門到精通(第3版)
- Web Development with MongoDB and Node(Third Edition)
- 輕松上手2D游戲開發:Unity入門
- 深入實踐Kotlin元編程
- Unity 2017 Game AI Programming(Third Edition)
- Learning D