Oyvind Albrigtsen
Oyvind Albrigtsen
You can enable tracing for the resource by running `pcs resource update trace_ra=1`. This saves trace files for each operation and time it is run under /var/lib/heartbeat/trace_ra/ so you can...
``` + 21:48:13: VirtualDomain_start:584: virsh --connect=qemu:///system --quiet create /run/gluster/shared_storage/libvirt/vm.xml + 21:48:13: VirtualDomain_start:585: '[' 1 -ne 0 ']' + 21:48:13: VirtualDomain_start:586: ocf_exit_reason 'Failed to start virtual domain vm.' ``` If you...
Maybe it's because of SELinux? Try running `setenforce 0` and see if it works. Just run `setenforce 1` (or reboot) after you're done testing to undo it. If that's not...
Pacemaker supports running systemd services as "agents", so what's the point in using this agent instead?
@kgaillot Sounds like we should consider making the systemd documentation easier to find (and maybe mention it where appropriate).
It has to match the format the `ip` command shows it as after adding it, so you could add it manually to see how it's represented. You can also disable...
Oh. I misread this last night. You have to use the format `ip` uses that you can see in your output above on the `ipstatus=` lines. I tried figuring out...
I do not have a list of supported vs unsupported notation, but e.g. `ip -o -f inet6 addr show dev eth0 to fd5d:d50a:8c17:2040:0000:0000:0000:0250/64` will show you which format it expects.
Updated based on the comments. The sleep was changed as it was caught when I tried running checkbashisms on the script, so I figured that was worth fixing as well....
Sure. I'll reverse that part :)