Skip to content

Commit

Permalink
Merge pull request #77 from deckhouse/fix-tag-key-in-faq
Browse files Browse the repository at this point in the history
[docs] Fix tag key in FAQ
  • Loading branch information
duckhawk authored Jul 24, 2024
2 parents 8296fe5 + 4709499 commit 9eb031c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ vgchange myvg-0 --addtag storage.deckhouse.io/enabled=true
Delete the `storage.deckhouse.io/enabled=true` LVM tag for the target `Volume Group` on the node:

```shell
vgchange myvg-0 --addtag storage.deckhouse.io/enabled=true
vgchange myvg-0 --deltag storage.deckhouse.io/enabled=true
```

The controller will then stop tracking the selected `Volume Group` and delete the associated `LVMVolumeGroup` resource automatically.
Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ vgchange myvg-0 --addtag storage.deckhouse.io/enabled=true
Достаточно удалить LVM-тег `storage.deckhouse.io/enabled=true` у нужной `LVM Volume Group` на узле:

```shell
vgchange myvg-0 --addtag storage.deckhouse.io/enabled=true
vgchange myvg-0 --deltag storage.deckhouse.io/enabled=true
```

После этого контроллер перестанет отслеживать выбранную `Volume Group` и самостоятельно удалит связанный с ней ресурс `LVMVolumeGroup`.
Expand Down

0 comments on commit 9eb031c

Please sign in to comment.