-
### What happened:
- Openebs reinstallation job is failing in pipeline
#### Steps we are performing :
- We are installing openebs using operator yaml
```
## Installing openebs on the cluster
…
-
**Describe the bug**
Due to the instructions needed by DPDK, we only support icore7 and upwards. When we receive SIGILL kubectl logs is silent about it (as we crash hard) During startup, it would be …
-
CSI methods are called from k8s sidecars using unix domain socket file. Exposing CSI services on TCP port is useless and not safe without implementing authentication. It is believed that it is require…
jkryl updated
5 years ago
-
When starting mayastor-agent, with a preexisting CSI socket, we fail the bind.
```rust
let mut tcp = tokio::net::UnixListener::bind(std::path::Path::new(path))?.incoming();
```
*note this code…
-
When we online a child we need a reference to the IO channels. Right now this is implemented as:
```rust
let ch = get_io_channel()
... code
put_io_channel(ch)
```
It would be nice if we can …
-
For some reason we are missing a #define for max spdk_sys::NVMF_TGT_NAME_MAX_LENGTH
-
We tripped over the following problem:
```
nexus_child.rs: 103:: *ERROR*: nexus-32b154c1-6bf9-4021-a3e1-bb2d09df407e: Invalid block size for bdev:///32b154c1-6bf9-4021-a3e1-bb2d09df407e, wanted: 409…
jkryl updated
5 years ago
-
Hi all,
I've been using microk8s for local development and its been really great thus far. One of the things I'm working on is implementing a CSI driver for openEBS that is making use of nvmf.
…
-
Maybe I'm missing something obvious, but I'm trying to install rust for ssh user which ansible is using to connect to the host and it fails when doing apt cache update:
```
TASK [fubarhouse.rust : R…
jkryl updated
5 years ago