tests: preset RBD fsid to avoid unavailable rados command

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-04-28 18:20:52 +02:00
parent f8ea1b30ce
commit 188eb9c374
3 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,7 @@ my $base_env = {
},
'rbd-store' => {
monhost => '127.0.0.42,127.0.0.21,::1',
fsid => 'fc4181a6-56eb-4f68-b452-8ba1f381ca2a',
content => {
images => 1
},

View File

@ -23,6 +23,7 @@ my $storage_config = {
},
"rbd-store" => {
monhost => "127.0.0.42,127.0.0.21,::1",
fsid => 'fc4181a6-56eb-4f68-b452-8ba1f381ca2a',
content => {
images => 1
},

View File

@ -65,6 +65,7 @@ my $storage_config = {
},
"rbd-store" => {
monhost => "127.0.0.42,127.0.0.21,::1",
fsid => 'fc4181a6-56eb-4f68-b452-8ba1f381ca2a',
content => {
images => 1,
},