-
Notifications
You must be signed in to change notification settings - Fork 0
Add uniquifier to storage pool path #31
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
base: main_base
Are you sure you want to change the base?
Conversation
|
Upstream branch: 23c9fca |
2f5eb38 to
f1d00eb
Compare
|
Upstream branch: ef5f294 |
1b53a54 to
d25ed22
Compare
f1d00eb to
f3acfa2
Compare
|
Upstream branch: 7ce773b |
d25ed22 to
fc072be
Compare
f3acfa2 to
7f47070
Compare
|
Upstream branch: 1199224 |
fc072be to
4bc9c7a
Compare
7f47070 to
9c7bd6b
Compare
|
Upstream branch: 4a0beb6 |
4bc9c7a to
452de70
Compare
9c7bd6b to
17eb617
Compare
|
Upstream branch: 292c2a5 |
452de70 to
709b435
Compare
17eb617 to
b6d2a44
Compare
|
Upstream branch: 76b19c2 |
709b435 to
904ab5e
Compare
b6d2a44 to
a7241fe
Compare
|
Upstream branch: 370657c |
I would like to reuse this variable name. Two places define it, currently, but otherwise it appears to be unused. Clean up: Remove the places that define the variable. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Prepare to replace the "kdevops" string in the storage pool path with the name of the user account running kdevops. First step is to define a Kconfig variable for the storage pool user. For the moment, the storage pool user name defaults to the same string it is currently. I would love for there to be a way to provide an actual pathname in CONFIG_KDEVOPS_STORAGE_POOL_PATH. I haven't found a way so far. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
I'd like to be able to run more than one instance of kdevops per
physical host. Currently the kdevops guestfs set-up steers all
storage pool activity into ${STORAGE_POOL}/kdevops/guestfs, which
means there's a good chance that two different logged-in users will
create virtual machines whose names (and block devices) conflict.
So far I haven't been able to get the other storage pool-related
settings to add sufficient uniqueness to prevent this conflict.
Instead, optionally replace the "kdevops" string in the storage pool
path with the name of the user account running kdevops. Default
behavior is to continue using "kdevops".
Suggested-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
904ab5e to
e600c64
Compare
Pull request for series with
subject: Add uniquifier to storage pool path
version: 2
url: https://patchwork.kernel.org/project/kdevops/list/?series=953185