You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Details about the environment such as the Operating System, cookbook details, etc...]
RHEL7
Scenario:
[What you are trying to achieve and you can't?]
Steps to Reproduce:
I am using a cookbook that has worked for several years. This morning while performing a deployment, we started to receive error undefined local variable or method 'line' for LVM::External:Module only when using chef-ruby-lvm 0.4.1.
0.4.0 works as expected.
Create a volume using the gem
lvm = LVM::LVM.new
[If you are filing an issue what are the things we need to do in order to repro your problem?]
Expected Result:
[What are you expecting to happen as the consequence of above reproduction steps?]
The volume should be created
Actual Result:
[What actually happens after the reproduction steps?]
Receive error undefined local variable or method line' for LVM::External:Module`
The text was updated successfully, but these errors were encountered:
This is a regression that was introduced in commit
9e73c28. The change is a simple fix
to ensure the line variable is defined at the time it is accessed.
Fixessous-chefs#10
Signed-off-by: Matthew Newell <[email protected]>
This is a regression that was introduced in commit
9e73c28. The change is a simple fix
to ensure the line variable is defined at the time it is accessed.
Fixes#10
Signed-off-by: Matthew Newell <[email protected]>
Version:
[Version of the project installed]
0.4.1
Environment:
[Details about the environment such as the Operating System, cookbook details, etc...]
RHEL7
Scenario:
[What you are trying to achieve and you can't?]
Steps to Reproduce:
I am using a cookbook that has worked for several years. This morning while performing a deployment, we started to receive error
undefined local variable or method 'line' for LVM::External:Module
only when using chef-ruby-lvm 0.4.1.0.4.0 works as expected.
Create a volume using the gem
lvm = LVM::LVM.new
[If you are filing an issue what are the things we need to do in order to repro your problem?]
Expected Result:
[What are you expecting to happen as the consequence of above reproduction steps?]
The volume should be created
Actual Result:
[What actually happens after the reproduction steps?]
Receive error
undefined local variable or method
line' for LVM::External:Module`The text was updated successfully, but these errors were encountered: