ClusterLabs / ClusterLabs/pcs

Pcs should offer non-intrusive second guessing

Open
#172 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
265
Forks
122
Avg merge
13h 23m
Merged PRs (30d)
14

Description

Example scenario:

```
$ pcs resource describe ocf:heartbeat:dummy
Error: Agent 'ocf:heartbeat:dummy' is not installed or does not provide valid metadata: Metadata query for ocf:heartbeat:dummy failed: Input/output error
```

Finicky user may expect:

```
Error: Agent 'ocf:heartbeat:dummy' is not installed or does not provide valid metadata.
Did you mean 'ocf:heartbeat:Dummy'?
```

There is quite a lot of theory (+ ready-to-use implementations) to leverage, e.g.
https://en.wikipedia.org/wiki/Levenshtein_distance

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.