Closed scalalang2 closed 2 years ago
Hello @scalalang2 , that depends on what you're using locally - minikube, kind etc. We set things to retain
so the pv remains. In your case, I believe the storage class hostPath is the same (last line) and so will always pull up old data - add some entropy there if you wish to make it unique
Hi. I've tested
dev
helm charts over time. And I found that if I configure the blockchain more than once, the persistent volume of the second configured nodes seems to be reused.I built go-quorum blockchain in
quorum
namespace 3 days ago. It seems fine. But, after 3 days. I deleted all resources inquorum
namespace. And I configured ittestnet
namespace again.In second time, the block height of node is not starting from 1, it is 65536.
I think the reason is that the storage class of PV is not valid when the provider is local.