search for: ceph_mkdirat

Displaying 2 results from an estimated 2 matches for "ceph_mkdirat".

2024 Jul 31
1
ceph is disabled even if explicitly asked to be enabled
31.07.2024 07:55, Anoop C S via samba wrote: > On Tue, 2024-07-30 at 21:12 +0300, Michael Tokarev via samba wrote: >> Hi! >> >> Building current samba on debian bullseye with >> >> ?? ./configure --enable-cephfs >> >> results in the following output: >> >> Checking for header cephfs/libcephfs.h????????????? : yes >> Checking for
2024 Jul 31
1
ceph is disabled even if explicitly asked to be enabled
...fs_ceph is enabled by default. Therefore an explicit '--enable-cephfs' doesn't end up as an indication to fail the build in the absence of certain libcephfs requirements. We had the following configure stage warning previously for v4.20 which might have gone unnoticed: ... Checking for ceph_mkdirat in cephfs : not found Checking for ceph_openat in cephfs : not found Checking for ceph_unlinkat in cephfs : not found Checking for ceph_symlinkat in cephfs : not found Checking for ceph_readlinkat in cephfs : not found Checking for ceph_statxat in cephfs : not fo...