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

Support virtual disks by relaxing the hashed uuid generation for the drive names #613

Merged

Conversation

Praveenrajmani
Copy link
Collaborator

currently, the name of the newly created drive is a uuid which will be calculated by
the hash of the hardware persistent properties of the drive. This prevents creation of
any virtual disks which will not have any ids on them.

by assigning random uuids for the drive names, we accept such virtual disks

Fixes #580

…drive names

currently, the name of the newly created drive is a uuid which will be calculated by
the hash of the hardware persistent properties of the drive. This prevents creation of
any virtual disks which will not have any ids on them.

by assigning random uuids for the drive names, we acccept such virtual disks

Fixes minio#580
@harshavardhana harshavardhana merged commit e17dd82 into minio:master Jul 21, 2022
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.

Support virtual disks with no immutable/hardware persistent properties in them
3 participants