antoinetran
antoinetran
However, I don't know if I should create another ticket, but the pod that I launch in vcluster does not know the new node. It is as if the new...
Ok I took a look at virtualScheduler and hybridScheduler doc, and code. I tried that but it didn't work, because it requires some extensive RBAC from OpenShift cluster, which I...
Hi @camcash17 > Hi @antoinetran, just based on your logs, it looks like this may be trying to use the unsupported approach. You are right, it works better! I missed...
Workaround in nats helm chart. Write a values.yaml: ``` natsBox: container: merge: resources: {} # OpenShift: no root means cd /root gives permission denied workingDir: /tmp ``` Although I am...
> I suggest changing the PR title. This has nothing to do with OpenShift. > > ```diff > - Fix #187: in openshift fix redis-session.ini permission denied > + Fix...
> I suggest changing the PR title. This has nothing to do with OpenShift. > > ```diff > - Fix #187: in openshift fix redis-session.ini permission denied > + Fix...
New pull request to main branch instead of develop, because develop branch does not exist anymore.
> Nextcloud has webdav based chunking: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/chunking.html#uploading-chunks where is descripted, that 5GB should be max. > > And the default value is: 100MB ([docs](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html#adjust-chunk-size-on-nextcloud-side)) Hi, I don't know what you...
> I can confirm: With this PR, it is possible to upload large files. I tested with >10GB file. Thanks for confirming it! I hope one day one nextcloud maintainer...
> Interesting... it looks like you have debug logs enabled, but I'd expect there to be more output than what we can see here. Then again, it's been a long...