mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 10:50:32 +00:00
tests: preset RBD fsid to avoid unavailable rados command
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f8ea1b30ce
commit
188eb9c374
@ -50,6 +50,7 @@ my $base_env = {
|
|||||||
},
|
},
|
||||||
'rbd-store' => {
|
'rbd-store' => {
|
||||||
monhost => '127.0.0.42,127.0.0.21,::1',
|
monhost => '127.0.0.42,127.0.0.21,::1',
|
||||||
|
fsid => 'fc4181a6-56eb-4f68-b452-8ba1f381ca2a',
|
||||||
content => {
|
content => {
|
||||||
images => 1
|
images => 1
|
||||||
},
|
},
|
||||||
|
@ -23,6 +23,7 @@ my $storage_config = {
|
|||||||
},
|
},
|
||||||
"rbd-store" => {
|
"rbd-store" => {
|
||||||
monhost => "127.0.0.42,127.0.0.21,::1",
|
monhost => "127.0.0.42,127.0.0.21,::1",
|
||||||
|
fsid => 'fc4181a6-56eb-4f68-b452-8ba1f381ca2a',
|
||||||
content => {
|
content => {
|
||||||
images => 1
|
images => 1
|
||||||
},
|
},
|
||||||
|
@ -65,6 +65,7 @@ my $storage_config = {
|
|||||||
},
|
},
|
||||||
"rbd-store" => {
|
"rbd-store" => {
|
||||||
monhost => "127.0.0.42,127.0.0.21,::1",
|
monhost => "127.0.0.42,127.0.0.21,::1",
|
||||||
|
fsid => 'fc4181a6-56eb-4f68-b452-8ba1f381ca2a',
|
||||||
content => {
|
content => {
|
||||||
images => 1,
|
images => 1,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user