Skip to content

Commit e3a7114

Browse files
committed
Increase disk size for testnet ElectrumX node
Electrum started failing with `plyvel._plyvel.IOError: b'IO error: utxo/MANIFEST-7126373: No space left on device'` error. I edited PVC to increase disk size from 30Gi to 40Gi.
1 parent 7b46b21 commit e3a7114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/kube/keep-test/bitcoin/testnet/electrumx/electrumx-data-electrumx-1-pvc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ spec:
1818
- ReadWriteOnce
1919
resources:
2020
requests:
21-
storage: 30Gi
21+
storage: 40Gi

infrastructure/kube/keep-test/bitcoin/testnet/electrumx/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ patches:
5959
- ReadWriteOnce
6060
resources:
6161
requests:
62-
storage: 30Gi
62+
storage: 40Gi
6363
6464
generatorOptions:
6565
disableNameSuffixHash: true

0 commit comments

Comments
 (0)