-
Bug
-
Resolution: Unresolved
-
Minor
-
CentOS Stream 10
-
None
-
No
-
Low
-
e6a54755fa9e4b42b52ae636b711dd1fe793d969
-
rhel-storage-management
-
ssg_platform_storage
-
1
-
False
-
False
-
-
None
-
CentOS Stream
-
None
-
None
-
None
-
-
All
-
None
What were you trying to do that didn't work?
Create a boom OsProfile for CentOS Stream using --from-host:
# boom profile create --from-host Could not determine uname pattern for 'CentOS Stream'
What is the impact of this issue to you?
Creating a profile on CentOS Stream currently requires use of --uname-pattern on the command line and Snapshot Manager cannot create an automatic profile via the API.
Please provide the package NVR for which the bug is seen:
boom-boot-1.6.5-3.el10.noarch
How reproducible is this bug?:
100%
Steps to reproduce
- dnf -y install boom-boot
- boom profile create --from-host
Expected results
# boom profile create --from-host Created profile with os_id aad5f08: OS ID: "aad5f08c5f7df5a1deb1fde493ec957e1d419973", Name: "CentOS Stream", Short name: "centos", Version: "10 (Coughlan)", Version ID: "10", Kernel pattern: "/vmlinuz-%{version}", Initramfs pattern: "/initramfs-%{version}.img", Root options (LVM2): "rd.lvm.lv=%{lvm_root_lv}", Root options (BTRFS): "rootflags=%{btrfs_subvolume}", Options: "root=%{root_device} ro %{root_opts} rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", Title: "%{os_name} %{os_version_id} (%{version})", Optional keys: "", UTS release pattern: "el10"
Actual results
# boom profile create --from-host Could not determine uname pattern for 'CentOS Stream'