Taizeng Wu
Taizeng Wu
When opening a file with append, although writing the file starts from the end, the result of seeking the current position does start, and it needs to specifiy seek to...
Signed-off-by: Taizeng Wu [email protected] ## Description of the Pull Request (PR): In some scenarios we run Apptainer using a custom authentication file rather than changing the content of the authentication...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What you expected to happen**: Before to use api, user need to known about general information, like how to Authentication.
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: `nirvana api` starting failed with logging: FATAL 0321-12:50:40.034+08 api.go:61 | json: error calling MarshalJSON for type spec.Swagger: json:...
**Describe the bug:** Always docker overlay2.size and not pvc request size. **Expected behaviour:** The actual size should be the pvc request size. **Steps to reproduce the bug:** 1. openebs localpv...
**Describe the bug** ```sh 2024-04-01 09:20:50,501 INFO: Lock owner: pg3-postgresql-1; I am pg3-postgresql-0 2024-04-01 09:20:50,506 INFO: Local timeline=11 lsn=0/18112A30 2024-04-01 09:20:50,515 ERROR: Exception when working with leader Traceback (most recent...
## OST The new path should to be provided in version 2.5, 2.10 & 2.12. - [ ] `/proc/fs/lustre/obdfilter/*/blocksize` -> `/proc/fs/lustre/osd-*/*-OST*/blocksize` - [ ] `/proc/fs/lustre/obdfilter/*/brw_stats` -> `/proc/fs/lustre/osd-*/*-OST*/brw_stats` - [ ]...
Feature request: The user accounting records store in like [/proc/fs/lustre/osd-zfs/lustrefs-OST0000/quota_slave/acct_user](https://github.com/HewlettPackard/lustre_exporter/blob/master/proc/fs/lustre/osd-zfs/lustrefs-OST0000/quota_slave/acct_user) And quota limit store in same directory `limit_user`
### What happened? Enable integrations metricsServer, but kubectl top node does not work properly in vCluster. ### What did you expect to happen? kubectl top node works normally. ### How...
**What happened**: I follow JuiceFS CSI doc to deploy JuiceFS on my k8s cluster. In my environment, the metadata uses tikv with tls, which requires the certificate and key to...