Robert Ruf
Robert Ruf
I mean, in theory VMFS supports multi-read-write access, doesn't it? As long as the filesystem you put on the VMFS block volume supports it that is of course. So I...
I can provide you with the information you need. So far: 1. Mandatory rows, expected (in that order): - Type - Buy Amount - Buy Currency - Sell Amount -...
I believe this has to do with the lang. and time/date format setting set in the CT settings. For me that's "german" and a custom time/date format, which seems to...
If you don't need the feature you may set `improved-volume-topology: 'false'` in `ConfigMaps/internal-feature-states.csi.vsphere.vmware.com`. Otherwise this can fail for multiple reasons (e.g. as pointed out because of missing permissions in vCenter)....
Possibly OAuth - if added fully in vSphere 8 - could at least remove the need to provide credentials. Also it would make it possible to couple access keys with...
@sathieu that's unfortunate and seems like a rather artificial limitation put on the OSS project. I'm not sure if it's helpful but the [source ](https://github.com/kubernetes-sigs/vsphere-csi-driver/blob/v2.6.0/pkg/csi/service/common/constants.go#L336) hints for the `ImprovedVolumeTopology` flag...
@Zethson Didn't look at the GitHub API but it seems like you create a repo but do not initialize it. Thus, there is no master branch yet. What happens if...
While I implemented a first version there are currently some reasons that stop us from fully switching to such a system that will probably need to be tackled one-by-one. -...
So after some digging it should be able to build libssh for windows on the current appveyor plattform with something like: ``` git clone --depth=1 -b libssh2-1.9.0 https://github.com/libssh2/libssh2.git %LIBSSH2_SRC% cd...
External build already works even if I only fork. But the need to push and wait (re-building libgit2 every time) while debugging isn't an optimal workflow as you can imagine...