Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to set Hw RAID-1 DM config on User-Data #3663

Open
NileshChandekar opened this issue Mar 18, 2024 · 1 comment
Open

Unable to set Hw RAID-1 DM config on User-Data #3663

NileshChandekar opened this issue Mar 18, 2024 · 1 comment
Labels
3.2.2 Release 3.2.2 Bug Report Reporting a bug

Comments

@NileshChandekar
Copy link

NileshChandekar commented Mar 18, 2024

Describe the bug

[root@localhost pub]# cat user-data
#cloud-config
autoinstall:
  version: 1
  identity:
    hostname: localhost
    password: $6$WqJBy2ccJytgpdLe$CItIJBYgOvr12Wn9.Ntb.qxTRqf/5U1qbZ3EHvr4qajZzYQFMuwKToxgfKdqaCgnnA.YOu39emB3So0J9pjh51
    realname: localhost
    username: nc
  kernel:
    package: linux-generic
  keyboard:
    layout: us
    toggle: null
    variant: ''
  locale: en_US.UTF-8
  network:
    ethernets: 
      ens3:
        dhcp4: true
    version: 2
  ssh:
    allow-pw: true
    authorized-keys: 
    - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+pgYERvPsV11+Maar00JK3pgKltJm2d6Yy1rXDcqFju3HjuXOzpg40u+MxLe168zg0ACFP9GElXNLX6p2xODqXgOHSTYhcCcYNMyG0UMZ5qxb0RrpU3DAawWomCx3Ewsne6dkI2otvEcSORvEY2NK0U20CHbuSAy8nhiw3k76aGZbNhSuxidycyZmWNAK4tRLuGdyx1HVaPNQPbBQAg6x6grtKU51YTPKTMvgzaAeYQ5ivC35BOrZTIQrfx1BNQJqpymgXFJlac4UccE/3Q2mKW0CeSjQdoEK4vca6zvomFG56OaEFV9uturloG0efcc0gCj3hjQtLMkybMuPvWYqy4EtsYI7gNW5PVqcbx4fV2cZ3PHL0kUZbllWMVa3ri1cUnaTX1zZtcU64D3tShLPJuCYIjDPMRq+sPWOf8w0s85HUv8nW9xcjhgaenMtfqo44pvVEjJUdnyXnk1w0zA1+qCaF99SnyTy4otX23VY19pKqomnfhJP6+4sKNn4lo0= nilesh@ct-itpl0415
    install-server: true

  storage:
    layout:
      name: lvm
      sizing-policy: all

  package_update: false
  package_upgrade: false

  late-commands:
    - rm /target/etc/apt/apt.conf.d/99needrestart # This prompt will prevent the apt command from completing
[root@localhost pub]#

[root@localhost rhel9-x86_64]# cobbler --version
Cobbler 3.2.2
source: ?, ?
build time: Wed Apr 5 15:54:53 2023
[root@localhost rhel9-x86_64]#

Expectation

  • We should have a way to mentioned RAID-1 DM ARRAY Hardware Raid config.
@NileshChandekar NileshChandekar added the Bug Report Reporting a bug label Mar 18, 2024
@SchoolGuy SchoolGuy added the 3.2.2 Release 3.2.2 label Apr 1, 2024
@SchoolGuy
Copy link
Member

This is not supported in any version that we ship at the moment (current is 3.3.4). If the community is willing to help you out I am welcoming this but I will try and continue developing a solution that doesn't consist of a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.2.2 Release 3.2.2 Bug Report Reporting a bug
Projects
Status: Todo
Development

No branches or pull requests

2 participants