From: Daniel Gomez <da.gomez@kernel.org>
To: Viacheslav Dubeyko <slava@dubeyko.com>, kdevops@lists.linux.dev
Cc: Slava.Dubeyko@ibm.com
Subject: Re: [RFC PATCH] storage-subsystem: correct playbooks for Fedora distro
Date: Fri, 15 Aug 2025 10:47:27 +0200 [thread overview]
Message-ID: <33316fc7-74b9-4243-b717-42ed6a69347e@kernel.org> (raw)
In-Reply-To: <20250814190917.1231289-3-slava@dubeyko.com>
On 14/08/2025 12.09, Viacheslav Dubeyko wrote:
> From: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
>
> Claude AI helped to make the first kdevops run successful
> under Fedora Linux 42 (Workstation Edition). This patch
> contains modifications suggested by Claude AI. It modifies
> playbooks/roles/guestfs/tasks/bringup/extra-disks.yml and
> playbooks/roles/guestfs/tasks/bringup/storage-pool-path.yml.
Can you elaborate the commit message explaining why is this needed?
I can see the code below, but adding that to the commit message makes it easier
to follow. Also for git history I'd say it's "mandatory".
>
> Generated-by: Claude AI
> Signed-off-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
> ---
> playbooks/roles/guestfs/tasks/bringup/extra-disks.yml | 11 ++++++++++-
> .../roles/guestfs/tasks/bringup/storage-pool-path.yml | 1 +
> 2 files changed, 11 insertions(+), 1 deletion(-)
>
> diff --git a/playbooks/roles/guestfs/tasks/bringup/extra-disks.yml b/playbooks/roles/guestfs/tasks/bringup/extra-disks.yml
> index 438b65e..a2a4f84 100644
> --- a/playbooks/roles/guestfs/tasks/bringup/extra-disks.yml
> +++ b/playbooks/roles/guestfs/tasks/bringup/extra-disks.yml
> @@ -9,8 +9,17 @@
> - "{{ path }}"
> - "100G"
>
> -- name: Update the permission settings of the drive image file
> +- name: Update the permission settings of the drive image file (libvirt system uri)
> ansible.builtin.file:
> path: "{{ path }}"
> group: "{{ libvirt_qemu_group }}"
> mode: "g+rw,o-rw"
> + when:
> + - libvirt_uri_system|bool
> +
> +- name: Update the permission settings of the drive image file (libvirt session uri)
> + ansible.builtin.file:
> + path: "{{ path }}"
> + mode: "u+rw,g+r,o-rw"
> + when:
> + - not libvirt_uri_system|bool
Do you need o-rw in session mode? And is the group field missing intentional
[1]?
Link: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/file_module.html#parameter-group [1]
> diff --git a/playbooks/roles/guestfs/tasks/bringup/storage-pool-path.yml b/playbooks/roles/guestfs/tasks/bringup/storage-pool-path.yml
> index 385b6cd..7a4bbbc 100644
> --- a/playbooks/roles/guestfs/tasks/bringup/storage-pool-path.yml
> +++ b/playbooks/roles/guestfs/tasks/bringup/storage-pool-path.yml
> @@ -11,6 +11,7 @@
> ansible.builtin.fail:
> msg: "Ansible user is not part of the {{ libvirt_qemu_group }} group."
> when:
> + - libvirt_uri_system|bool
> - libvirt_qemu_group not in user_groups
>
> - name: Create storage pool path directory (libvirt session uri)
LGTM. With the changes/questions addressed above.
Reviewed-by: Daniel Gomez <da.gomez@samsung.com>
next prev parent reply other threads:[~2025-08-15 8:47 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-14 19:09 [RFC PATCH] storage-subsystem: correct playbooks for Fedora distro Viacheslav Dubeyko
2025-08-15 0:35 ` Luis Chamberlain
2025-08-15 13:48 ` Chuck Lever
2025-08-15 8:47 ` Daniel Gomez [this message]
2025-08-15 11:18 ` Daniel Gomez
2025-08-15 17:28 ` Viacheslav Dubeyko
2025-08-15 17:40 ` Chuck Lever
2025-08-15 18:16 ` Viacheslav Dubeyko
2025-08-15 18:29 ` Chuck Lever
2025-08-15 18:39 ` Viacheslav Dubeyko
2025-08-15 18:46 ` Chuck Lever
2025-08-22 2:18 ` Luis Chamberlain
2025-08-22 8:34 ` Daniel Gomez
2025-08-22 13:50 ` Chuck Lever
2025-08-22 23:14 ` Luis Chamberlain
2025-08-23 12:33 ` Daniel Gomez
2025-08-23 21:21 ` Luis Chamberlain
2025-08-25 12:16 ` Daniel Gomez
2025-08-27 21:21 ` Luis Chamberlain
2025-08-24 17:00 ` Chuck Lever
2025-08-25 7:21 ` Luis Chamberlain
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=33316fc7-74b9-4243-b717-42ed6a69347e@kernel.org \
--to=da.gomez@kernel.org \
--cc=Slava.Dubeyko@ibm.com \
--cc=kdevops@lists.linux.dev \
--cc=slava@dubeyko.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