Skip to content

Commit 1106cab

Browse files
Update wording of the second iquest example
1 parent 8a1eaab commit 1106cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/plugins/composable_resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ For example, assume that rebalance has failed on a hierarchy with a root resourc
484484
iquest "SELECT COLL_NAME, DATA_NAME WHERE DATA_RESC_HIER LIKE 'ptTest;%' and DATA_REPL_STATUS != '1'"
485485
```
486486

487-
And to get the number of data objects with replicas which are not marked good in the resource 'ptTest', run:
487+
And to get the number of data objects with replicas not marked good that are part of the 'ptTest' resource hierarchy, run:
488488
```
489489
iquest "SELECT COUNT(DATA_ID) WHERE DATA_RESC_HIER LIKE 'ptTest;%' and DATA_REPL_STATUS != '1'"
490490
```

0 commit comments

Comments
 (0)