]> git.proxmox.com Git - pve-manager.git/commit
fix #1430: ceph init: allow to specify separate cluster network
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Nov 2018 14:37:32 +0000 (15:37 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 28 Nov 2018 08:29:22 +0000 (09:29 +0100)
commit7519b8485108ed57b35a9d229ae75f7e52be5a64
tree7d6c6744280fc31b241907d733b69b90fa6fc1f0
parenta9d47b2bb3502beeb5b63ecb9a855e3452a2c57d
fix #1430: ceph init: allow to specify separate cluster network

Allow to specify a separate cluster network when initializing ceph.
Ceph docs[0] imply a possibility for performance increase and
enhanced security in environments where the public network serves not
fully trusted peers, which could else provoke a DOS to the cluster
traffic[0].

Make this optional, but if passed `network` is required too.

[0]: http://docs.ceph.com/docs/luminous/rados/configuration/network-config-ref/

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Ceph.pm