diff --git a/test/run_config2command_tests.pl b/test/run_config2command_tests.pl index 04df9d93..f0978113 100755 --- a/test/run_config2command_tests.pl +++ b/test/run_config2command_tests.pl @@ -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 }, diff --git a/test/run_qemu_img_convert_tests.pl b/test/run_qemu_img_convert_tests.pl index 7e25bd4f..5e78d1b6 100755 --- a/test/run_qemu_img_convert_tests.pl +++ b/test/run_qemu_img_convert_tests.pl @@ -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 }, diff --git a/test/run_qemu_migrate_tests.pl b/test/run_qemu_migrate_tests.pl index 5edea7b5..0dffaa43 100755 --- a/test/run_qemu_migrate_tests.pl +++ b/test/run_qemu_migrate_tests.pl @@ -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, },