testing / pacemaker.json
BarraHome's picture
Create pacemaker.json
3125c51
[
{
"instruction": "pcs cluster status",
"context": "Check Cluster Status",
"response": "Display status of cluster nodes",
"category": "open_qa"
},
{
"instruction": "pcs status –full (double dashes)",
"context": "Check Cluster Status",
"response": "Display detailed cluster status of nodes and resources",
"category": "open_qa"
},
{
"instruction": "pcs resource",
"context": "Check Cluster Status",
"response": "Display status of all resources and resource groups",
"category": "open_qa"
},
{
"instruction": "pcs cluster standby",
"context": "Modify Cluster Nodes",
"response": "Place node in standby mode",
"category": "open_qa"
},
{
"instruction": "pcs cluster unstandby",
"context": "Modify Cluster Nodes",
"response": "Remove node from standby mode",
"category": "open_qa"
},
{
"instruction": "pcs resource move [resource_name] node name",
"context": "Managing Running Resources",
"response": "Move resource to another node",
"category": "open_qa"
},
{
"instruction": "pcs resource restart [resource_name]",
"context": "Managing Running Resources",
"response": "Restart resource on current node",
"category": "open_qa"
},
{
"instruction": "pcs resource enable [resource_name]",
"context": "Managing Running Resources",
"response": "Start resource on current node",
"category": "open_qa"
},
{
"instruction": "pcs resource disable [resource_name]",
"context": "Managing Running Resources",
"response": "Stop resource on current node",
"category": "open_qa"
},
{
"instruction": "pcs resource debug-start [source_name]",
"context": "Debugging Resources",
"response": "Force resource to start on node where command is executed showing debug information. Use --full for even more verbose output.",
"category": "open_qa"
},
{
"instruction": "pcs resource debug-stop [source_name]",
"context": "Debugging Resources",
"response": "Force resource to stop on node where command is executed showing debug information. Use --full for even more verbose output.",
"category": "open_qa"
},
{
"instruction": "pcs resource debug-monitor [source_name]",
"context": "Debugging Resources",
"response": "Force resource to be monitored on node where command is executed showing debug information. Use --full for even more verbose output.",
"category": "open_qa"
},
{
"instruction": "pcs resource agents",
"context": "Creating and Modifying Resources",
"response": "List available resource agents",
"category": "open_qa"
},
{
"instruction": "pcs resource describe [resource]",
"context": "Creating and Modifying Resources",
"response": "List configuration setting for resource",
"category": "open_qa"
},
{
"instruction": "pcs resource create [resource id][resource] options…",
"context": "Creating and Modifying Resources",
"response": "Create resource",
"category": "open_qa"
},
{
"instruction": "pcs resource show [resource id]",
"context": "Creating and Modifying Resources",
"response": "Display currently configured setting of resource",
"category": "open_qa"
},
{
"instruction": "pcs resource update [resource id] options…",
"context": "Creating and Modifying Resources",
"response": "Update resource configuration",
"category": "open_qa"
},
{
"instruction": "pcs resource delete [resource id]",
"context": "Creating and Modifying Resources",
"response": "Delete resource",
"category": "open_qa"
},
{
"instruction": "pcs resource cleanup [resource id]",
"context": "Creating and Modifying Resources",
"response": "Cleanup resource failures",
"category": "open_qa"
},
{
"instruction": "pcs stonith list",
"context": "Creating and Modifying Stonith Resources",
"response": "List available fence agents",
"category": "open_qa"
},
{
"instruction": "pcs stonith describe [fence agent]",
"context": "Creating and Modifying Stonith Resources",
"response": "List configuration settings for fence agent",
"category": "open_qa"
},
{
"instruction": "pcs stonith describe [stonith_id]",
"context": "Creating and Modifying Stonith Resources",
"response": "List configuration setting for stonith agent",
"category": "open_qa"
},
{
"instruction": "pcs stonith create [stonith_id][resource] options…",
"context": "Creating and Modifying Stonith Resources",
"response": "Create stonith agent",
"category": "open_qa"
},
{
"instruction": "pcs stonith show [stonith_id]",
"context": "Creating and Modifying Stonith Resources",
"response": "Display currently configured setting of stonith agent",
"category": "open_qa"
},
{
"instruction": "pcs stonith update [stonith_id] options…",
"context": "Creating and Modifying Stonith Resources",
"response": "Update stonith configuration",
"category": "open_qa"
},
{
"instruction": "pcs stonith delete [stonith_id]",
"context": "Creating and Modifying Stonith Resources",
"response": "Delete stonith agent",
"category": "open_qa"
},
{
"instruction": "pcs stonith cleanup [stonith_id]",
"context": "Creating and Modifying Stonith Resources",
"response": "Cleanup stonith agent failures",
"category": "open_qa"
},
{
"instruction": "pcs stonith history cleanup *",
"context": "Cleaning up stonith history",
"response": "Cleanup stonith history",
"category": "open_qa"
}
]