libceph: require cephx message signature by default
Signed-off-by: Yan, Zheng <zyan@redhat.com> Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
This commit is contained in:
parent
97c85a828f
commit
a3fc98005c
2 changed files with 14 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#define CEPH_OPT_NOSHARE (1<<1) /* don't share client with other sbs */
|
||||
#define CEPH_OPT_MYIP (1<<2) /* specified my ip */
|
||||
#define CEPH_OPT_NOCRC (1<<3) /* no data crc on writes */
|
||||
#define CEPH_OPT_NOMSGAUTH (1<<4) /* not require cephx message signature */
|
||||
|
||||
#define CEPH_OPT_DEFAULT (0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue