Hacker News new | past | comments | ask | show | jobs | submit login

> Disabling multi path is pretty easy.

At install time?

All my attempts have failed in the following fashion:

    . I boot the text only installer
    . Once it runs I switch to a shell
    . I edit the python code of subiquity / curtin to rip out anything that has to do with mutlipath
    . I disable all systemd shite related to multipath
    . I kill the installer (and systemd restarts it)
    . When I get to partioning, I finally see my NVME devices instead of the weird multipath stuff
    . I create a raid-0 partition on them
    . The installer then fails miserably
Care to share your recipe?



Put

```

blacklist { devnode "^sd[a-z0-9]+" }

```

In /etc/multipath.conf (modify for nvme as needed)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: