From: Hannes Laimer <h.laimer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH qemu-server] test: img_convert: use `auth_client_required` for ceph
Date: Wed, 26 Aug 2026 09:13:03 +0200 [thread overview]
Message-ID: <20260826071303.392879-1-h.laimer@proxmox.com> (raw)
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
next reply other threads:[~2026-08-26 7:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-26 7:13 Hannes Laimer [this message]
2026-08-26 9:31 ` applied: [PATCH qemu-server] test: img_convert: use `auth_client_required` for ceph Fiona Ebner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260826071303.392879-1-h.laimer@proxmox.com \
--to=h.laimer@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox