add 'namespace' to BlockdevOptionsPbs
so that we can use it for the -blockdev options (used for live-restore) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
68569ea2ff
commit
539e333eaa
@ -9,8 +9,8 @@ Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
|||||||
block/pbs.c | 25 +++++++++++++++++++++----
|
block/pbs.c | 25 +++++++++++++++++++++----
|
||||||
pbs-restore.c | 19 ++++++++++++++++---
|
pbs-restore.c | 19 ++++++++++++++++---
|
||||||
pve-backup.c | 6 +++++-
|
pve-backup.c | 6 +++++-
|
||||||
qapi/block-core.json | 3 +++
|
qapi/block-core.json | 5 ++++-
|
||||||
5 files changed, 46 insertions(+), 8 deletions(-)
|
5 files changed, 47 insertions(+), 9 deletions(-)
|
||||||
|
|
||||||
diff --git a/block/monitor/block-hmp-cmds.c b/block/monitor/block-hmp-cmds.c
|
diff --git a/block/monitor/block-hmp-cmds.c b/block/monitor/block-hmp-cmds.c
|
||||||
index 52ddbf95ad..69c868887a 100644
|
index 52ddbf95ad..69c868887a 100644
|
||||||
@ -222,3 +222,15 @@ index c5023710f5..619e13b9b1 100644
|
|||||||
'*backup-id': 'str',
|
'*backup-id': 'str',
|
||||||
'*backup-time': 'int',
|
'*backup-time': 'int',
|
||||||
'*use-dirty-bitmap': 'bool',
|
'*use-dirty-bitmap': 'bool',
|
||||||
|
@@ -3236,7 +3239,7 @@
|
||||||
|
{ 'struct': 'BlockdevOptionsPbs',
|
||||||
|
'data': { 'repository': 'str', 'snapshot': 'str', 'archive': 'str',
|
||||||
|
'*keyfile': 'str', '*password': 'str', '*fingerprint': 'str',
|
||||||
|
- '*key_password': 'str' } }
|
||||||
|
+ '*key_password': 'str', '*namespace': 'str' } }
|
||||||
|
|
||||||
|
##
|
||||||
|
# @BlockdevOptionsNVMe:
|
||||||
|
--
|
||||||
|
2.30.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user