Displaying 10 results from an estimated 10 matches for "glvol_samba".
2023 May 22
3
vfs_shadow_copy2 cannot read/find snapshots
...10000-10100
??????? idmap config AD:backend = rid
??????? idmap config AD:range = 1000000-1999999
??????? vfs objects = acl_xattr
??????? map acl inherit = yes
??????? inherit acls = yes
??????? store dos attributes = yes
??????? winbind use default domain = yes
[admin]
??????? path = /srv/glvol_samba/admin
??????? guest ok = no
??????? read only = no
??????? browseable = no
??????? administrative share = yes
??????? vfs objects = acl_xattr glusterfs_fuse
[projects]
??????? path = /srv/glvol_samba/admin/projects
??????? comment = ARC Projekte
??????? guest ok = no
??????? read only = n...
2023 May 22
1
vfs_shadow_copy2 cannot read/find snapshots
...map config * : range = 10000-10100
> idmap config AD:backend = rid
> idmap config AD:range = 1000000-1999999
> vfs objects = acl_xattr
> map acl inherit = yes
> inherit acls = yes
> store dos attributes = yes
> winbind use default domain = yes
>
> [admin]
> path = /srv/glvol_samba/admin
> guest ok = no
> read only = no
> browseable = no
> administrative share = yes
> vfs objects = acl_xattr glusterfs_fuse
>
> [projects]
> path = /srv/glvol_samba/admin/projects
> comment = ARC Projekte
> guest ok = no
> read only = no
> shadow:snapdir = /sr...
2023 May 22
1
vfs_shadow_copy2 cannot read/find snapshots
The gluster side looks like this:
root at B741:~# gluster volume get glvol_samba features.show-snapshot-directory
features.show-snapshot-directory???????? on
root at B741:~# gluster volume get glvol_samba features.uss
features.uss???????????????????????????? enable
I found an error when the samba client is mounting the gluster volume in
the gluster logs (/var/log/glusterfs/...
2023 May 22
2
vfs_shadow_copy2 cannot read/find snapshots
...s not change a thing. The error persists. (I killed my smb session
before trying again).
log still says:
[2023/05/22 15:23:23.324179,? 1]
../../source3/modules/vfs_shadow_copy2.c:2222(shadow_copy2_get_shadow_copy_data)
? shadow_copy2_get_shadow_copy_data: SMB_VFS_NEXT_OPEN failed for
'/srv/glvol_samba/admin/projects/.snaps' - Permission denied
I had it working before and had some trouble with these two parameters
aswell.? Thank you for the hint.
smb.conf now looks like this:
[projects]
??????? path = /srv/glvol_samba/admin/projects
??????? comment = ARC Projekte
??????? guest ok = no...
2023 May 26
1
vfs_shadow_copy2 cannot read/find snapshots
On Thu, 2023-05-25 at 16:45 +0200, Sebastian Neustein wrote:
> > Does it make a difference if you re-mount the volume without 'acl'
> > option? Even otherwise can you try listing the snapshot contents
> > from the server as a user(and not super user) who in reality tries
> > to list previous versions from Windows? I feel like it has
> > something to do with
2023 May 25
1
vfs_shadow_copy2 cannot read/find snapshots
...esponding to the
> > FUSE mount of GlusterFS volume under /var/log/glusterfs with mount
> > point as log file name? Please check if there are any warning/error
> > entries while trying to list previous versions from windows.
> Yes, there is a file called; /var/log/glusterfs/srv-glvol_samba.log
>
> When the error in samba occurs there are these entries:
> [2023-05-24 12:30:09.764077 +0000] I [MSGID: 139001]
> [posix-acl.c:252:posix_acl_log_permit_denied] 0-posix-acl-autoload:
> client: -, gfid: 08ee40ea-8f84-4240-a6b1-e56e0d393016,
> req(uid:1001103,gid:1000513,p...
2023 May 25
1
vfs_shadow_copy2 cannot read/find snapshots
...he server itself as a non priviledged AD user. Without acl I can enter
the .snaps dir, with acl I can not.
Using Windows I wasn't able to access the privious version, but
remembering Alexanders comment I could fix that aswell!
So my share looks like this now:
[projects]
??????? path = /srv/glvol_samba/admin/projects
??????? comment = ARC Projekte
??????? guest ok = no
??????? read only = no
??????? shadow:snapdir = /srv/glvol_samba/admin/projects/.snaps
??????? shadow:basedir = /srv/glvol_samba/admin/projects
??????? shadow:sort = desc
??????? vfs objects = acl_xattr shadow_copy2 glusterf...
2023 May 22
1
vfs_shadow_copy2 cannot read/find snapshots
22 May 2023 8:11:33 pm Sebastian Neustein via samba <samba at lists.samba.org>:
> I found an error when the samba client is mounting the gluster volume in the gluster logs (/var/log/glusterfs/snaps/glvol_samba/snapd.log)
> [2023-05-22 12:52:09.438169 +0000] E [server-handshake.c:156:server_first_lookup] 0-snapd-glvol_samba: lookup on root failed: argument is not valid
> (the last bit of the error message is translated from German, might be a bit different though, original version is: Das Argument i...
2023 Aug 10
2
orphaned snapshots
I?ve never had such situation and I don?t recall someone sharing something similar.
Most probably it?s easier to remove the node from the TSP and re-add it.Of course , test the case in VMs just to validate that it?s possible to add a mode to a cluster with snapshots.
I have a vague feeling that you will need to delete all snapshots.
Best Regards,Strahil Nikolov?
On Thursday, August 10, 2023, 4:36
2023 May 22
1
vfs_shadow_copy2 cannot read/find snapshots
...persists. (I killed my smb session
> before trying again).
>
> log still says:
> [2023/05/22 15:23:23.324179, 1]
> ../../source3/modules/vfs_shadow_copy2.c:2222(shadow_copy2_get_shadow_copy_data)
> shadow_copy2_get_shadow_copy_data: SMB_VFS_NEXT_OPEN failed for
> '/srv/glvol_samba/admin/projects/.snaps' - Permission denied
>
> I had it working before and had some trouble with these two parameters
> aswell. Thank you for the hint.
>
Are you running a system that has SELinux enabled and enforcing?
-Nick