search for: vfs_ceph

Displaying 20 results from an estimated 67 matches for "vfs_ceph".

2018 Oct 08
3
vfs_ceph quota support?
Hi Folks, is the vfs_ceph supporting quota set on a directory inside cephfs? Regards Felix -- Forschungszentrum Jülich GmbH 52425 Jülich Sitz der Gesellschaft: Jülich Eingetragen im Handelsregister des Amtsgerichts Düren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir. Dr. Karl Eugen Huthmacher Geschäftsführung: Pr...
2018 Oct 12
1
vfs_ceph quota support?
On Fri, Oct 12, 2018 at 11:19:50AM +0200, David Disseldorp via samba wrote: > Hi Felix, > > On Mon, 8 Oct 2018 16:30:17 +0200, Felix Stolte via samba wrote: > > > is the vfs_ceph supporting quota set on a directory inside cephfs? > > Not at this stage. CephFS uses a non-standard (xattr) interface for > quotas, which is not currently supported by Samba. Getting/setting Quotas is a VFS call, so this is 'simple matter of programming' (SMOP:-). Patches welcom...
2015 Jan 26
1
how to add new vfs module to build...
...;> Using vfs_full_audit.c as my example, I've added entries into >> source3/wscript and source3/modules/wscript_build. >> Then I run make at the top level, but don't see my module built. >> >> What am I missing here? > default_shared_modules.extend(TO_LIST('vfs_ceph')) > > You might want to use ceph as an optional module example. > > Volker > Tried that (used vfs_ceph as the example module, to add changes to both source3/wscript and source3/modules/wscript_build), but still no difference. I found if I run ./configuer after this, then 'ma...
2019 Nov 07
2
samba performance when writing lots of small files
hi jeremy / all, On 11/6/19 10:39 PM, Jeremy Allison wrote: > This is re-exporting via ceph whilst creating 1000 files, > yes ? What timings do you get when doing this via Samba > onto a local ext4/xfs/btrfs/zfs filesystem ? yes, creating 10k small files. doing the same on a local ssd, formatted with an ext4 fs without any special options: root at plattentest:/mnt-ssd/os# time for s in
2018 May 23
3
ceph_vms performance
Hi, I'm testing out ceph_vms vs a cephfs mount with a cifs export. I currently have 3 active ceph mds servers to maximise throughput and when I have configured a cephfs mount with a cifs export, I'm getting a reasonable benchmark results. However, when I tried some benchmarking with the ceph_vms module, I only got a 3rd of the comparable write throughput. I'm just wondering if
2016 Jan 08
1
Samba & Ceph
On 2016-01-08 at 09:31 -0800, Jeremy Allison wrote: > On Fri, Jan 08, 2016 at 04:26:24PM +0100, Dirk Laurenz wrote: > > Hello List, > > > > as anyone tried to install samba with/ontop on a ceph cluster? > > Try compiling and setting up with vfs_ceph. Correct, that's basically it. > Needs some more work, but should work. Some posix features are not quite there yet in CephFS: E.g. fcntl locks (only possibly in most recent cephfs code), so better start off with 'posix locking = no'. And for ctdb this means that recovery lock ma...
2018 May 23
1
ceph_vms performance
...13:30PM +0200, David Disseldorp via samba wrote: > Hi Tom, > > On Wed, 23 May 2018 09:15:15 +0200, Thomas Bennett via samba wrote: > > > Hi, > > > > I'm testing out ceph_vms vs a cephfs mount with a cifs export. > > I take it you mean the Ceph VFS module (vfs_ceph)? > > > I currently have 3 active ceph mds servers to maximise throughput and > > when I have configured a cephfs mount with a cifs export, I'm getting > > a reasonable benchmark results. > > Keep in mind that increasing the number of active MDS servers doesn'...
2015 Jan 24
2
how to add new vfs module to build...
Hi, I'm working with version 4.1.6 to create a new VFS module. I've been experimenting by just modifying one of the existing module source files (vfs_full_audit.c) and that rebuilds as expected. I want to step back now and create a unique module name, but I'm having trouble getting it to be included in the build. Using vfs_full_audit.c as my example, I've added entries into
2016 Jan 08
2
Samba & Ceph
Hello List, as anyone tried to install samba with/ontop on a ceph cluster? Regards, Dirk
2014 Feb 26
1
Samba and CEPH
Greetings all! I am in the process of deploying a POC around SAMBA and CEPH. I'm having some trouble locating concise instructions on how to get them to work together (without having to mount CEPH to the computer first and then exporting that mount via SAMBA). Right now, my stopper is trying to locate ceph.so for x64 CentOS 6.5. [2014/02/26 15:05:23.923617, 0]
2019 Oct 30
2
vfs objects
Is the ?important" vfs objects parameter documented in a man page anywhere? It appears in the man pages of several vfs modules, but never fully documented that I could find. Apparently it once was from a now dead link https://www.samba.org/samba/docs/old/Samba3-HOWTO/smb.conf.5.html#VFSOBJECTS <https://www.samba.org/samba/docs/old/Samba3-HOWTO/smb.conf.5.html#VFSOBJECTS> . Todd
2018 May 16
1
[Announce] Samba 4.8.2 Available for Download
...case. o Ralph Boehme <slow at samba.org> * BUG 13416: s3:cleanupd: Sends MSG_SMB_UNLOCK twice to interested peers. * BUG 13414: s3:cleanupd: Use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shutdown. o David Disseldorp <ddiss at samba.org> * BUG 13425: vfs_ceph: add fake async pwrite/pread send/recv hooks. o Amitay Isaacs <amitay at gmail.com> * BUG 13411: ctdb-client: Remove ununsed functions from old client code. o Björn Jacke <bjacke at samba.org> * BUG 13395: printing: Return the same error code as windows does on upload fai...
2018 May 16
1
[Announce] Samba 4.8.2 Available for Download
...case. o Ralph Boehme <slow at samba.org> * BUG 13416: s3:cleanupd: Sends MSG_SMB_UNLOCK twice to interested peers. * BUG 13414: s3:cleanupd: Use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shutdown. o David Disseldorp <ddiss at samba.org> * BUG 13425: vfs_ceph: add fake async pwrite/pread send/recv hooks. o Amitay Isaacs <amitay at gmail.com> * BUG 13411: ctdb-client: Remove ununsed functions from old client code. o Björn Jacke <bjacke at samba.org> * BUG 13395: printing: Return the same error code as windows does on upload fai...
2019 May 22
0
[Announce] Samba 4.10.4 Available for Download
...; * BUG 13938: s3:smbd: Don't use recvfile on streams. o Günther Deschner <gd at samba.org> * BUG 13861: s3-libnet_join: 'net ads join' to child domain fails when using "-U admin at forestroot". o David Disseldorp <ddiss at samba.org> * BUG 13896: vfs_ceph: Explicitly enable libcephfs POSIX ACL support. * BUG 13940: vfs_ceph: Fix cephwrap_flistxattr() debug message. o Amitay Isaacs <amitay at gmail.com> * BUG 13895: ctdb-common: Avoid race between fd and signal events. * BUG 13943: ctdb-common: Fix memory leak in run_proc. o Volker...
2019 May 22
0
[Announce] Samba 4.10.4 Available for Download
...; * BUG 13938: s3:smbd: Don't use recvfile on streams. o Günther Deschner <gd at samba.org> * BUG 13861: s3-libnet_join: 'net ads join' to child domain fails when using "-U admin at forestroot". o David Disseldorp <ddiss at samba.org> * BUG 13896: vfs_ceph: Explicitly enable libcephfs POSIX ACL support. * BUG 13940: vfs_ceph: Fix cephwrap_flistxattr() debug message. o Amitay Isaacs <amitay at gmail.com> * BUG 13895: ctdb-common: Avoid race between fd and signal events. * BUG 13943: ctdb-common: Fix memory leak in run_proc. o Volker...
2018 Jun 21
0
[Announce] Samba 4.7.8 Available for Download
...tlogon secure channel in case the peer DC is rebooted. * BUG 13432: s3:smbd: Fix interaction between chown and SD flags. o Günther Deschner <gd at samba.org> * BUG 13437: s4-heimdal: Fix the format-truncation errors. o David Disseldorp <ddiss at samba.org> * BUG 13425: vfs_ceph: Add fake async pwrite/pread send/recv hooks. o Björn Jacke <bjacke at samba.org> * BUG 13395: printing: Return the same error code as Windows does on upload failures. o Volker Lendecke <vl at samba.org> * BUG 13290: winbind: Improve child selection. * BUG 13292: winbi...
2018 Jun 21
0
[Samba] [Announce] Samba 4.7.8 Available for Download
...tlogon secure channel in case the peer DC is rebooted. * BUG 13432: s3:smbd: Fix interaction between chown and SD flags. o Günther Deschner <gd at samba.org> * BUG 13437: s4-heimdal: Fix the format-truncation errors. o David Disseldorp <ddiss at samba.org> * BUG 13425: vfs_ceph: Add fake async pwrite/pread send/recv hooks. o Björn Jacke <bjacke at samba.org> * BUG 13395: printing: Return the same error code as Windows does on upload failures. o Volker Lendecke <vl at samba.org> * BUG 13290: winbind: Improve child selection. * BUG 13292: winbi...
2019 Mar 12
0
[Announce] Samba 4.9.5 Available for Download
...s3-vfs-fruit: Add close call. * BUG 13746: s3-smbd: Use fruit:model string for mDNS registration. * BUG 13774: s3-vfs: add glusterfs_fuse vfs module. o David Disseldorp <ddiss at samba.org> * BUG 13766: printing: Check lp_load_printers() prior to pcap cache update. * BUG 13807: vfs_ceph: vfs_ceph strict_allocate_ftruncate calls (local FS) ftruncate and fallocate. o Philipp Gesang <philipp.gesang at intra2net.com> * BUG 13737: lib/audit_logging: Actually create talloc. o Joe Guo <joeg at catalyst.net.nz> * BUG 13728: netcmd/user: python[3]-gpgme unsupport...
2019 Mar 12
0
[Announce] Samba 4.9.5 Available for Download
...s3-vfs-fruit: Add close call. * BUG 13746: s3-smbd: Use fruit:model string for mDNS registration. * BUG 13774: s3-vfs: add glusterfs_fuse vfs module. o David Disseldorp <ddiss at samba.org> * BUG 13766: printing: Check lp_load_printers() prior to pcap cache update. * BUG 13807: vfs_ceph: vfs_ceph strict_allocate_ftruncate calls (local FS) ftruncate and fallocate. o Philipp Gesang <philipp.gesang at intra2net.com> * BUG 13737: lib/audit_logging: Actually create talloc. o Joe Guo <joeg at catalyst.net.nz> * BUG 13728: netcmd/user: python[3]-gpgme unsupport...
2018 May 23
0
ceph_vms performance
Hi Tom, On Wed, 23 May 2018 09:15:15 +0200, Thomas Bennett via samba wrote: > Hi, > > I'm testing out ceph_vms vs a cephfs mount with a cifs export. I take it you mean the Ceph VFS module (vfs_ceph)? > I currently have 3 active ceph mds servers to maximise throughput and > when I have configured a cephfs mount with a cifs export, I'm getting > a reasonable benchmark results. Keep in mind that increasing the number of active MDS servers doesn't necessarily mean that you...