dcasota

Results 186 comments of dcasota

@sshedi does the Photon OS team recommend a NVidia-related combination of vhw + Photon OS release +Nvidia drivers/cuda/container-tool-kit ? the "testing with latest bits" approach on Photon OS 5.0 does...

@Morph-Ed double check the setup result with a newer nvidia-container-toolkit, see release notes https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/release-notes.html with respect to rpc related fixes.

Have you already checked the Azure config according to https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-linux: “If your Linux distribution does not support SMB 3.0 with encryption or if it only supports SMB 2.1, you may...

Afaik there are no official docs with which Microsoft SMB dialect is supported on which VMware Photon OS release. Some 'Microsoft SMB'-only descriptions are: - https://docs.microsoft.com/en-us/windows-server/storage/file-server/file-server-smb-overview - learning curve story...

@antonmatsiuk well, on PhotonOS2 (tested on build number 0922243, kernel 4.9.226-1.ph2) using cifs-utils 6.9 there is still the issue ```mount error(11): Resource temporarily unavailable```. Just saw that configuring cifs-utils throws...

@antonmatsiuk I've assembled some smb interoperability information. [smb-interoperability.xlsx](https://github.com/vmware/photon/files/7384773/smb-interoperability.xlsx) - Photon 3.0 its Linux kernel 4.19 includes basic smb 3.1.1 support. - Photon 4.0 uses Linux kernel 5.10. Referring to blog...

@leducvin Is Ph4 mount.cifs still an issue ?

Hi @antonmatsiuk, is this issue solved? If so, please, close it. Thank you for your Photon OS support. fyi cifs-util 7.1 isn't integrated in Ph yet. https://lists.samba.org/archive/samba-technical/2024-October/139146.html For testing purposes...

Hi, fyi see the classic recipe below. I built a full x86_64 photon-5.0-0240e5e3c.x86_64.iso a week ago from the 5.0 branch. Classic because there will be a new way of make...

Hi @aroodgar, Github comes along with the functionality of tags, see https://github.com/vmware/photon/tags. From the photon build process perspective, you could use ``` git clone https://github.com/vmware/photon.git cd ./photon git checkout dde71ec...