-
Notifications
You must be signed in to change notification settings - Fork 52
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
Questions about drive skel and mapping #52
Comments
It looks like |
Okay, figured it out, at least for 1 enclosure. Still unclear if multiple enclosures require multiple structure files, or if they should all go into a single one. Methinks 1. To fix my issue with From:
To:
|
You are correct, the way it is written you could have |
It should have picked up both drives if you have wiped them. By default,
|
Got it. When I run auto_drive.py once, even though there are multiple drives available it only returns 1 drive. Which is actually fine with me because that way I can initialize each drive sequentially and have it match the physical layout properly. However, it doesn't appear I can run auto_drive.py in parallel (to speed up the initialization process) as it wants to assign the same mountpoint to both drives. For example: I may look into adding a placeholder 'lockfile' of sorts that includes mountpoints in process of being added, that way you can pop in a drive, run auto_drive, wait a few seconds, pop in another drive, run auto_drive again and have it assign the next available mountpoint accounting for what's already in process of being allocated. |
Yes, this is currently the design of the script, it is designed to be a |
Hi!
Fantastic script. Just getting it set up, but I'm a little confused on
auto_drive.py
.I can see skel files in ~/plot_manager/extras/drive_structures, are these actively sourced by
auto_drive.py
or does it rely on a file elsewhere to build out the mountpoints?I've got 4 enclosures of 24 drives each, all front so I'm going to need to edit this to reflect my setup.
Do I just copy one of the skel files and it picks it up accordingly, or is there something I'm missing?
Lastly, after running
auto_drive.py
without any changes (and unmounting and wiping 2 drives) it only appears to pick up 1. Is this intentional so that one can re-run auto_drive.py as each physical drive comes online, or?Thanks again for putting this together and releasing it! It'll be a huge help.
The text was updated successfully, but these errors were encountered: