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

Fix volume configuration script for SLES #844

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Bischoff
Copy link
Contributor

@Bischoff Bischoff commented Nov 22, 2024

On SLES, the desired device in /dev was not created by AttachVolume() API call.

Root cause was that path to scsi_id utility is /usr/lib/udev/scsi_id on SLES, and not /lib/udev/scsi_id like in the current configuration script. This PR fixes that path.

This PR also:

  • uses simpler bash syntax for increments and decrements
  • copies some comments from the script for RHEL
  • fixes typos and English

in that configuration script.

@Bischoff Bischoff changed the title Fix attach script Fix attached volume configuration script for SLES Nov 22, 2024
@Bischoff Bischoff changed the title Fix attached volume configuration script for SLES Fix volume configuration script for SLES Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant