John Mulligan

Results 283 comments of John Mulligan

To help identify the issue: can you please take a look at the generated configmap that the operator creates and see if the change is reflected in the generated JSON...

That implies that the problem is on the samba container side. Either an issue in the interaction between the configmap and the container or a bug in sambacc. Thanks for...

Hi there, We've seen this issue pop up a couple of times before and in those cases the underlying pv file system did not support xattrs. I think in those...

Thanks for letting us know. It comes as a bit of a surprise to me but it appears to be common-ish use case to try and nest (Samba) SMB on...

Hi @tomaszov option 1 would require a code change in the operator IIRC. The containers and samba can do this but the operator unconditionally sets the sambacc options to enable...

https://lists.samba.org/archive/samba/2023-March/244535.html https://linux.die.net/man/5/smb.conf (search for posix locking section) https://lists.samba.org/archive/samba/2013-June/173757.html https://lists.samba.org/archive/samba/2009-May/148403.html

> Hello! > > First of all, I really like this project and I'm currently evaluating the usage of it. > Thanks! > I'm quiet interested in the Grouped Shares...

Thanks very much for sharing that, I will look over it and see what I can learn!

Let's leave this open as a reminder to add some openshift specific notes to the general howto, even if it is just a link between docs it will help make...

Also, could we leverage make's typical target based workflows rather than an embedded shell loop? Something like: ```make .PHONY: image-build-multiarch image-build-multiarch: image-build-arch-amd64 image-build-arch-arm64 $(BUILDAH_CMD) manifest inspect $(IMG) image-build-arch-%: qemu-utils image-build-multiarch-manifest...