]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: deprecate 'mon addr'
authorSage Weil <sage@redhat.com>
Sat, 22 Dec 2018 00:27:37 +0000 (18:27 -0600)
committerSage Weil <sage@redhat.com>
Thu, 3 Jan 2019 17:17:31 +0000 (11:17 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
PendingReleaseNotes

index 415ff783eeab952b882e23080880517f130b839e..6ccc84e320dccb1b7fd3fb907f3139664798099c 100644 (file)
   ``osd_pool_default_*`` options that affect default values for newly
   created RADOS pools.
 
+* The ``mon addr`` configuration option is now deprecated.  It can
+  still be used to specify an address for each monitor in the
+  ``ceph.conf`` file, but it only affects cluster creation and
+  bootstrapping, and it does not support listing multiple addresses
+  (e.g., both a v2 and v1 protocol address).  We strongly recommend
+  the option be removed and instead a single ``mon host`` option be
+  specified in the ``[global]`` section to allow daemons and clients
+  to discover the monitors.
+
 
 Upgrading from Luminous
 -----------------------