db-snapshot: Fix error reporting when using "garage meta snapshot --all"
Snapshot errors on remote nodes were not reported at all. We now get proper error output such as: 0fa0f35be69528ab error: Internal error: DB error: LMDB: No space left on device (os error 28) 88d92e2971d14bae ok Fix #920
This commit is contained in:
parent
591bd808ec
commit
bb247e6a72
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ impl AdminRpcHandler {
|
|||
AdminRpc::MetaOperation(MetaOperation::Snapshot { all: false }),
|
||||
PRIO_NORMAL,
|
||||
)
|
||||
.await
|
||||
.await?
|
||||
}))
|
||||
.await;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue