-
https://github.com/orbs-network/orbs-network-go/blob/3cb919e064be64ebecf7c5c1e372c65f52abce60/services/blockstorage/service.go#L85
The number 5 is not hardcoded anywhere, it's just an example
-
Sooo, I want to make an specific item saving for slimefun. Because it is needed to fix the changed item bug. Is there's any way to achieve it?. The code from slimefun BlockStorage class is kinda messy
-
https://github.com/orbs-network/orbs-network-go/blob/3cb919e064be64ebecf7c5c1e372c65f52abce60/services/blockstorage/test/commit_block.go#L13
-
This is the failure:
```
--- FAIL: TestNetworkCommitsMultipleTransactions (30.92s)
orbs-e2e_1 | require.go:157:
orbs-e2e_1 | Error Trace: e2e_test.go:24
orbs-e2e_1 …
-
#### Description
Hi, I'd like to enable the BlockVolume feature gate [0], but don't find how to do that. Seems I can't modify the `feature-gates` arguments for kubelet, apiserver and controller via…
-
on `TestLeaderCommitsTransactionsAndSkipsInvalidOnes` in acceptance test.. It's a race condition where the new block is created with zero transactions `created Transactions block num-transactions=0` b…
-
Confirming this is a real field by appealing to cinder codebase:
* https://github.com/openstack/cinder/blob/e4954bf341c41f62821d0729388a43b70eb67e2d/cinder/volume/api.py#L551
waynr updated
6 years ago
-
**Is this a BUG REPORT or FEATURE REQUEST?**:
/kind bug
**What happened**:
I use [Openstack Block Storage](https://kubernetes.io/docs/concepts/cluster-administration/cloud-providers/#openstac…
-
Dear experts,
I've currently problems deploying a (galaxy) elastic cluster with encrypted storage.
The external volume is encrypted AFTER the deployment.
Here is the tosca recipe:
```
lrms_se…
-
https://github.com/orbs-network/orbs-network-go/blob/fc0cf472dcb249de489bc11be5553bd06f93f073/services/statestorage/block_tracker.go#L35
Two goroutines concurrently calling `IncrementHeight()` may …