[opensuse-autoinstall] Change enumeration of disks
Hello, I try to install a system with an Adaptec Raid controller via autoyast. But when booting from the usb stick this usbstick gets sda, the two raid arrays get sdb and sdc. Can I change the enumeration to get the two raid arrays to sda and sdb? Regards Daniel -- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
On 2/22/19 11:38 AM, Daniel Spannbauer wrote:
Hello,
I try to install a system with an Adaptec Raid controller via autoyast.
But when booting from the usb stick this usbstick gets sda, the two raid arrays get sdb and sdc.
Can I change the enumeration to get the two raid arrays to sda and sdb?
That enumeration is performed by the kernel and there is not much you can do to influence it, as far as I know. But you can use the <skip_list> feature to try to influence how AutoYaST assigns the disks. For example, telling AutoYaST to skip disks smaller than 65GiB. See https://www.suse.com/documentation/sles-12/singlehtml/book_autoyast/book_aut... -- Ancor González Sosa YaST Team at SUSE Linux GmbH -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
Am 02/22/2019 um 12:35 PM schrieb Ancor Gonzalez Sosa:
On 2/22/19 11:38 AM, Daniel Spannbauer wrote:
Hello,
I try to install a system with an Adaptec Raid controller via autoyast.
But when booting from the usb stick this usbstick gets sda, the two raid arrays get sdb and sdc.
Can I change the enumeration to get the two raid arrays to sda and sdb? That enumeration is performed by the kernel and there is not much you can do to influence it, as far as I know.
But you can use the <skip_list> feature to try to influence how AutoYaST assigns the disks. For example, telling AutoYaST to skip disks smaller than 65GiB.
See https://www.suse.com/documentation/sles-12/singlehtml/book_autoyast/book_aut...
Autoyast itself is not the problem, but some of my scripts are failing.....they try to do some steps on the second harddisk. Bad, if a usb drive is the first :/ Regards Daniel -- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
V Fri, 22 Feb 2019 13:16:38 +0100 Daniel Spannbauer <ds@marco.de> napsáno:
Am 02/22/2019 um 12:35 PM schrieb Ancor Gonzalez Sosa:
On 2/22/19 11:38 AM, Daniel Spannbauer wrote:
Hello,
I try to install a system with an Adaptec Raid controller via autoyast.
But when booting from the usb stick this usbstick gets sda, the two raid arrays get sdb and sdc.
Can I change the enumeration to get the two raid arrays to sda and sdb? That enumeration is performed by the kernel and there is not much you can do to influence it, as far as I know.
But you can use the <skip_list> feature to try to influence how AutoYaST assigns the disks. For example, telling AutoYaST to skip disks smaller than 65GiB.
See https://www.suse.com/documentation/sles-12/singlehtml/book_autoyast/book_aut...
Autoyast itself is not the problem, but some of my scripts are failing.....they try to do some steps on the second harddisk. Bad, if a usb drive is the first :/
Regards
Daniel
In such case I suggest to use in that scripts udev links ( you can see them in /dev/disks/by-* ) which should be more persistent. Josef -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
participants (3)
-
Ancor Gonzalez Sosa
-
Daniel Spannbauer
-
Josef Reidinger