Advertisement
digimer

Untitled

Dec 12th, 2013
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. <define name="SERVICE">
  2. <element name="service" rha:description="Defines a service (resource group).">
  3. <choice>
  4. <group>
  5. <!-- rgmanager specific stuff -->
  6. <attribute name="ref" rha:description="Reference to existing service resource in the resources section."/>
  7. </group>
  8. <group>
  9. <attribute name="name" rha:description="Name."/>
  10. <optional>
  11. <attribute name="domain" rha:description="Failover domain."/>
  12. </optional>
  13. <optional>
  14. <attribute name="autostart" rha:description="Automatic start after quorum formation"/>
  15. </optional>
  16. <optional>
  17. <attribute name="exclusive" rha:description="Exclusive service."/>
  18. </optional>
  19. <optional>
  20. <attribute name="nfslock" rha:description="Enable NFS lock workarounds."/>
  21. </optional>
  22. <optional>
  23. <attribute name="nfs_client_cache" rha:description="Enable exportfs list caching (performance)."/>
  24. </optional>
  25. <optional>
  26. <attribute name="recovery" rha:description="Failure recovery policy (restart, relocate, or disable)."/>
  27. </optional>
  28. <optional>
  29. <attribute name="depend" rha:description="Top-level service this depends on, in service:name format."/>
  30. </optional>
  31. <optional>
  32. <attribute name="depend_mode" rha:description="Service dependency mode (soft or hard)."/>
  33. </optional>
  34. <optional>
  35. <attribute name="max_restarts" rha:description="Maximum restarts for this service."/>
  36. </optional>
  37. <optional>
  38. <attribute name="restart_expire_time" rha:description="Restart expiration time; amount of time before a restart is forgotten."/>
  39. </optional>
  40. <optional>
  41. <attribute name="priority" rha:description="Service priority."/>
  42. </optional>
  43. </group>
  44. </choice>
  45. <optional>
  46. <attribute name="__independent_subtree" rha:description="Treat this and all children as an independent subtree."/>
  47. </optional>
  48. <optional>
  49. <attribute name="__enforce_timeouts" rha:description="Consider a timeout for operations as fatal."/>
  50. </optional>
  51. <optional>
  52. <attribute name="__max_failures" rha:description="Maximum number of failures before returning a failure to a status check."/>
  53. </optional>
  54. <optional>
  55. <attribute name="__failure_expire_time" rha:description="Amount of time before a failure is forgotten."/>
  56. </optional>
  57. <optional>
  58. <attribute name="__max_restarts" rha:description="Maximum number restarts for an independent subtree before giving up."/>
  59. </optional>
  60. <optional>
  61. <attribute name="__restart_expire_time" rha:description="Amount of time before a failure is forgotten for an independent subtree."/>
  62. </optional>
  63. <optional>
  64. <ref name="CHILDREN"/>
  65. </optional>
  66. </element>
  67. </define>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement