Commit a50e566
committed
rc: make dump/restore more resilient
Problem: the rc1 flux-restore(1) command can fail if a dumped
value exceeds the maximum content cache blob size.
Call flux-restore(1) in rc1 with the --size-limit=104857600 (100mb)
so that KVS keys exceeding that limit are not restored. A message
is logged to stderr.
Fixes #52451 parent 40931dd commit a50e566
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments