Files
ubicloud/rhizome/host/lib/spdk_setup.rb
Hadi Moshayedi 5112f490f5 Make SpdkSetup.prep idempotent in Ubuntu 24.04.
This function was intended to be idempotent. In Ubuntu 22.04, when the
`spdk` user already existed, we got the following error:

```
Warning: The home dir /home/spdk you specified already exists.
adduser: The user `spdk' already exists.
```

In Ubuntu 24.04, this has changed to:

```
info: The home dir /home/spdk you specified already exists.

fatal: The user `spdk' already exists.
```

This PR changes the regex to catch both cases.
2025-06-23 11:31:46 -07:00

6.3 KiB