-
Notifications
You must be signed in to change notification settings - Fork 0
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
LXC refactor fixes #9
Conversation
Last occurence after rewrite.
This option does not exist in lxc-clone from lxc 1.0.7.
This is a workaround for issue saltstack#14865 not being fixed yet it seems. From a pure coverage point of view, this makes sense anyway as there is a set of conditions that lead to this problem. Using a defaultdict could solve the problem equally.
Ahh, good catches. With regards to the LVM warning, I have seen this as well I think. Are you seeing a message saying that there is already a logical volume by the desired name? |
Nope, it prints
Of course output varies according to last time the blocks allocated by LVM were used for. |
Also, for the default seed value, do you have any hint why it would be unset at this point, I needed this hack to get things working but I bet there is a good explanation for this case to occur. |
Added list_hba() function to list all HBAs on provider, HBAs by host, HBAs on provider by type, or HBAs on host by type.
Fixed some index numbers to fix some errors.
Fix for "TypeError: send() got an unexpected keyword argument 'raw'"
Add optional args from jnpr.junos.Device to proxy module
[WIP] Create Unit Test pattern for NAPALM modules
…ged-9 [PyTest #9] Py2/Py3 Unicode Fixes
As requested in saltstack/salt issue saltstack#14865, I have been testing the lxc-refactor branch.
Here are a few fixes I had to apply to have a successful run of
salt-call state.sls cloud
.There are two more points that are not in this PR but need to be discussed as I have no idea how to do it right now.
/etc/lxc
. This is fine since there is effectively only configuration files there for me but this is not configurable in Salt. How would I go about fixing that ? For now, I am just fixing it locally using sed.Here is the output of lxc-clone for reference:
I have only tested with a clone for now so there might be more issues than that.