From: Sage Weil Date: Wed, 17 Jun 2020 19:43:47 +0000 (-0500) Subject: misc language changes: whitelist -> ignore etc X-Git-Tag: v16.1.0~1334^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c7244e7aade4f9ef887110e600dc76d0ccfb6744;p=ceph.git misc language changes: whitelist -> ignore etc Signed-off-by: Sage Weil --- diff --git a/doc/dev/osd_internals/manifest.rst b/doc/dev/osd_internals/manifest.rst index ef7b0bce0012..74c6e11f4e0c 100644 --- a/doc/dev/osd_internals/manifest.rst +++ b/doc/dev/osd_internals/manifest.rst @@ -525,7 +525,7 @@ Operations: Clears manifest chunks or redirect. Lazily releases references, may leak. - do_osd_ops seems not to include it in the user_modify=false whitelist, + do_osd_ops seems not to include it in the user_modify=false ignorelist, and so will trigger a snapshot. Note, this will be true even for a redirect though SET_REDIRECT does not flip user_modify. This should be fixed -- unset-manifest should not be a user_modify. @@ -538,7 +538,7 @@ Operations: rados -p base_pool tier-flush - Included in the user_modify=false whitelist, does not trigger a clone. + Included in the user_modify=false ignorelist, does not trigger a clone. Does not evict the extents. diff --git a/qa/suites/rados/verify/validater/valgrind.yaml b/qa/suites/rados/verify/validater/valgrind.yaml index 22f3b3be06fe..40987dafa4e7 100644 --- a/qa/suites/rados/verify/validater/valgrind.yaml +++ b/qa/suites/rados/verify/validater/valgrind.yaml @@ -20,7 +20,7 @@ overrides: - overall HEALTH_ # valgrind is slow.. we might get PGs stuck peering etc - \(PG_ -# mons sometimes are left off of initial quorum due to valgrind slowness. ok to whitelist here because we'll still catch an actual crash due to the core +# mons sometimes are left off of initial quorum due to valgrind slowness. ok to ignore here because we'll still catch an actual crash due to the core - \(MON_DOWN\) - \(SLOW_OPS\) - slow request diff --git a/src/mgr/MgrCap.cc b/src/mgr/MgrCap.cc index 555779d57644..cba758083c36 100644 --- a/src/mgr/MgrCap.cc +++ b/src/mgr/MgrCap.cc @@ -186,7 +186,7 @@ void MgrCapGrant::expand_profile(std::ostream *err) const { perms = mgr_rwxa_t{MGR_CAP_R | MGR_CAP_W}; } - // whitelist all 'rbd_support' commands (restricted by optional + // allow all 'rbd_support' commands (restricted by optional // pool/namespace constraints) profile_grants.push_back({{}, "rbd_support", {}, {}, std::move(filtered_arguments), perms}); diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index 2e599973ede2..671b07aeb9ac 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -3184,7 +3184,7 @@ void Monitor::handle_tell_command(MonOpRequestRef op) "please check usage and/or man page"); } } - // see if command is whitelisted + // see if command is allowed if (!session->caps.is_capable( g_ceph_context, session->entity_name, @@ -4250,7 +4250,7 @@ void Monitor::waitlist_or_zap_client(MonOpRequestRef op) * tick() will periodically send them back through so we can send * the client elsewhere if we don't think we're getting back in. * - * But we whitelist a few sorts of messages: + * But we allow a few sorts of messages: * 1) Monitors can talk to us at any time, of course. * 2) auth messages. It's unlikely to go through much faster, but * it's possible we've just lost our quorum status and we want to take... diff --git a/src/rgw/rgw_sync_module_es.cc b/src/rgw/rgw_sync_module_es.cc index d7e5dca28ffb..d1953193f956 100644 --- a/src/rgw/rgw_sync_module_es.cc +++ b/src/rgw/rgw_sync_module_es.cc @@ -24,7 +24,7 @@ /* - * whitelist utility. Config string is a list of entries, where an entry is either an item, + * allowlist utility. Config string is a list of entries, where an entry is either an item, * a prefix, or a suffix. An item would be the name of the entity that we'd look up, * a prefix would be a string ending with an asterisk, a suffix would be a string starting * with an asterisk. For example: