[ceph-users] Re: SMB Service in Squid

2024-09-03 Thread Robert W. Eckert
configure the permissions, and determine how to set it up for a cluster, this is a big first step. Thanks Rob -Original Message- From: Robert W. Eckert Sent: Tuesday, September 3, 2024 7:49 PM To: John Mulligan ; ceph-users@ceph.io Subject: [ceph-users] Re: SMB Service in Squid Than

[ceph-users] Re: SMB Service in Squid

2024-09-03 Thread Robert W. Eckert
Thanks- I have the .smb pool, and the container is picking up the config. After fixing a few errors in my config.json, (I had an underscore between vfs and objects) I am connecting to the smb server, but not able to get to the share, I am not sure if I have something misconfigured with permissi

[ceph-users] Re: SMB Service in Squid

2024-09-03 Thread Bailey Allison
I'm curious if you've done any testing with the vfs_ceph_snapshots module with this as well? It would be nice to be able to leverage shadowcopy on windows clients using native cephfs snapshots. I know it is probably out of the scope for the project where it's currently at, but I must admit my

[ceph-users] Re: SMB Service in Squid

2024-09-03 Thread John Mulligan
On Tuesday, September 3, 2024 5:00:20 PM EDT Robert W. Eckert wrote: > When I try to create the .smb pool, I get an error message: > > # ceph osd pool create .smb > pool names beginning with . are not allowed Ah, I was writing my reply from memory and forgot that to create a pool like that you

[ceph-users] Re: SMB Service in Squid

2024-09-03 Thread Robert W. Eckert
When I try to create the .smb pool, I get an error message: # ceph osd pool create .smb pool names beginning with . are not allowed I assume I can just change to using a pool without the leading period. When I do the shares, how do I format the share path? Does the ceph file system get mounted

[ceph-users] Re: SMB Service in Squid

2024-09-03 Thread John Mulligan
On Tuesday, September 3, 2024 3:42:29 PM EDT Robert W. Eckert wrote: > I have upgraded my home cluster to 19.1.0 and wanted to try out the SMB > orchestration features to improve my hacked SMB shared using CTDB and SMB > services on each host. > Hi there, thanks for trying out the new SMB stuff