-
Notifications
You must be signed in to change notification settings - Fork 51
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
Notice: /Stage[main]/Gluster::Vardir/File[/var/lib/puppet/tmp/gluster/{vrrp,uuid,brick}/ensure: removed #38
Comments
On Mon, Mar 16, 2015 at 10:29 AM, Alexey Amerik notifications@github.com
FYI: this is a legit bug. Tags += Confirmed. It's a bit low on my priority list because I've got some more pressing Cheers, |
We have the same problem with our monitoring. |
@dw-thomast On reason I probably didn't notice this bug earlier is that @aamerik has a slightly unorthodox config. If you have a standard config using gluster::simple, it should probably not be an issue... So @dw-thomast in the meantime, if you want to post your config and/or try an alternate one, perhaps this would help. Unfortunately I'm not actively writing patches for non-critical issues at this time. I will happily merge/review help otherwise. I get this is important to you, I just don't have the cycles ATM. |
I have the same issue. The config we have: class { '::gluster::simple':
replica => 2,
volume => [$volume],
shorewall => false,
again => false
} I'm assuming this is because we do have a replica set up, but no vrrp (nor a vip) configured by the module. We do have a keepalived instance running but that's managed by a different module. I suspect the solution would be to add a parameter A workaround is to manually define the files so at least your monitoring will be happy. |
@ekohl Sorry you're experiencing this... With the exact config you posted, I don't expect that issue, but anything is possible I guess. I guess try confirming that vrrp => false in the ::simple class. |
Hi! Thank you for this awesome module. Im having an issue on every agent run where the following 3 temporary files get removed:
Notice: /Stage[main]/Gluster::Vardir/File[/var/lib/puppet/tmp/gluster/vrrp]/ensure: removed
Notice: /Stage[main]/Gluster::Vardir/File[/var/lib/puppet/tmp/gluster/uuid]/ensure: removed
Notice: /Stage[main]/Gluster::Vardir/File[/var/lib/puppet/tmp/gluster/brick]/ensure: removed
This doesnt appear to cause any functionality issues but causes my puppet reporting to log a config change.
Thank you
The text was updated successfully, but these errors were encountered: