We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414ff74 commit aa65cefCopy full SHA for aa65cef
framework/components/simple_node_set/reload.go
@@ -9,7 +9,7 @@ import (
9
// UpgradeNodeSet updates nodes configuration TOML files
10
// this API is discouraged, however, you can use it if nodes require restart or configuration updates, temporarily!
11
func UpgradeNodeSet(in *Input, bc *blockchain.Output, wait time.Duration) (*Output, error) {
12
- _, err := chaos.ExecPumba("rm --volumes=false re2:node.*|ns-postgresql.*", wait)
+ _, err := chaos.ExecPumba("rm --volumes=false re2:^node.*|ns-postgresql.*", wait)
13
if err != nil {
14
return nil, err
15
}
0 commit comments