* [PATCH qemu-server] test: img_convert: use `auth_client_required` for ceph
@ 2026-08-26 7:13 Hannes Laimer
2026-08-26 9:31 ` applied: " Fiona Ebner
0 siblings, 1 reply; 2+ messages in thread
From: Hannes Laimer @ 2026-08-26 7:13 UTC (permalink / raw)
To: pve-devel
With pve-storage commit c1290c4d1334 ("ceph: use auth_client_required
for client connections") `auth_supported` was replaced, update the test
accordingly.
Link: https://git.proxmox.com/?p=pve-storage.git;a=commit;h=c1290c4d1334350a3ba84c8745eb230f077bf9a3
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
---
src/test/run_qemu_img_convert_tests.pl | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/test/run_qemu_img_convert_tests.pl b/src/test/run_qemu_img_convert_tests.pl
index 8a0ad283..2b90b0a8 100755
--- a/src/test/run_qemu_img_convert_tests.pl
+++ b/src/test/run_qemu_img_convert_tests.pl
@@ -138,7 +138,7 @@ my $tests = [
"-O",
"raw",
"/var/lib/vz/images/$vmid/vm-$vmid-disk-0.raw",
- "rbd:cpool/vm-$vmid-disk-0:mon_host=127.0.0.42;127.0.0.21;[\\:\\:1]:auth_supported=none",
+ "rbd:cpool/vm-$vmid-disk-0:mon_host=127.0.0.42;127.0.0.21;[\\:\\:1]:auth_client_required=none",
],
},
{
@@ -154,7 +154,7 @@ my $tests = [
"raw",
"-O",
"raw",
- "rbd:cpool/vm-$vmid-disk-0:mon_host=127.0.0.42;127.0.0.21;[\\:\\:1]:auth_supported=none",
+ "rbd:cpool/vm-$vmid-disk-0:mon_host=127.0.0.42;127.0.0.21;[\\:\\:1]:auth_client_required=none",
"/var/lib/vz/images/$vmid/vm-$vmid-disk-0.raw",
],
},
@@ -203,7 +203,7 @@ my $tests = [
"-O",
"raw",
"file.driver=iscsi,file.transport=tcp,file.initiator-name=foobar,file.portal=127.0.0.1,file.target=iqn.2019-10.org.test:foobar,file.lun=1,driver=raw",
- "rbd:cpool/vm-$vmid-disk-0:mon_host=127.0.0.42;127.0.0.21;[\\:\\:1]:auth_supported=none",
+ "rbd:cpool/vm-$vmid-disk-0:mon_host=127.0.0.42;127.0.0.21;[\\:\\:1]:auth_client_required=none",
],
},
{
@@ -218,7 +218,7 @@ my $tests = [
"-f",
"raw",
"--target-image-opts",
- "rbd:cpool/vm-$vmid-disk-0:mon_host=127.0.0.42;127.0.0.21;[\\:\\:1]:auth_supported=none",
+ "rbd:cpool/vm-$vmid-disk-0:mon_host=127.0.0.42;127.0.0.21;[\\:\\:1]:auth_client_required=none",
"file.driver=iscsi,file.transport=tcp,file.initiator-name=foobar,file.portal=127.0.0.1,file.target=iqn.2019-10.org.test:foobar,file.lun=1,driver=raw",
],
},
@@ -394,7 +394,7 @@ my $tests = [
"raw",
"-O",
"raw",
- "rbd:cpool/vm-$vmid-disk-0\@foo:mon_host=127.0.0.42;127.0.0.21;[\\:\\:1]:auth_supported=none",
+ "rbd:cpool/vm-$vmid-disk-0\@foo:mon_host=127.0.0.42;127.0.0.21;[\\:\\:1]:auth_client_required=none",
"/var/lib/vz/images/$vmid/vm-$vmid-disk-0.raw",
],
},
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* applied: [PATCH qemu-server] test: img_convert: use `auth_client_required` for ceph
2026-08-26 7:13 [PATCH qemu-server] test: img_convert: use `auth_client_required` for ceph Hannes Laimer
@ 2026-08-26 9:31 ` Fiona Ebner
0 siblings, 0 replies; 2+ messages in thread
From: Fiona Ebner @ 2026-08-26 9:31 UTC (permalink / raw)
To: pve-devel, Hannes Laimer
On Wed, 26 Aug 2026 09:13:03 +0200, Hannes Laimer wrote:
> With pve-storage commit c1290c4d1334 ("ceph: use auth_client_required
> for client connections") `auth_supported` was replaced, update the test
> accordingly.
Applied, thanks! Also bumped the build dependency in d/control
accordingly.
[1/1] test: img_convert: use `auth_client_required` for ceph
commit: 38c9f0ca8cf49e5fc1413f1eacd8b5f77d915388
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-26 9:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-26 7:13 [PATCH qemu-server] test: img_convert: use `auth_client_required` for ceph Hannes Laimer
2026-08-26 9:31 ` applied: " Fiona Ebner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.