- 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.
- Mastering Concurrency Programming with Java 8
- MySQL數據庫管理實戰
- 潮流:UI設計必修課
- ASP.NET MVC4框架揭秘
- 大學計算機應用基礎實踐教程
- Practical Internet of Things Security
- 三維圖形化C++趣味編程
- Getting Started with SQL Server 2012 Cube Development
- Nexus規模化Scrum框架
- 琢石成器:Windows環境下32位匯編語言程序設計
- Unreal Engine 4 Shaders and Effects Cookbook
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Bootstrap 4 Cookbook
- Test-Driven Machine Learning
- 人工智能算法(卷1):基礎算法