Lines Matching +full:a +full:- +full:facing
1 /* SPDX-License-Identifier: GPL-2.0 */
33 * test for a feature. this test is safer than a typical mask against
45 * A *major* release is a release through which all upgrades must pass
46 * (e.g., jewel). For example, no pre-jewel server will ever talk to
47 * a post-jewel server (mon, osd, etc).
49 * For feature bits used *only* on the server-side:
51 * - In the first phase we indicate that a feature is DEPRECATED as of
52 * a particular release. This is the first major release X (say,
62 * - In the second phase we stop advertising the bit and call it
69 * - The bit can be reused in the first post-luminous release, 13.0.z
172 DEFINE_CEPH_FEATURE(62, 1, RESERVED) // do not use; used as a sentinal
173 DEFINE_CEPH_FEATURE_DEPRECATED(63, 1, RESERVED_BROKEN, LUMINOUS) // client-facing