We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e95bb7 commit cbcbaf2Copy full SHA for cbcbaf2
ydb/core/mind/bscontroller/group_layout_checker.h
@@ -108,7 +108,7 @@ namespace NKikimr::NBsController {
108
ui64 node = pdiskId.NodeId;
109
if (Max(geom.GetRealmLevelEnd(), geom.GetDomainLevelEnd()) > 255) {
110
// Ephemeral node for PDisks on the same physical node.
111
- // Used for setups where number of nodes is lesser than number of VDisks in a group.
+ // Used for setups where number of nodes is fewer than number of VDisks in a group.
112
node |= static_cast<ui64>(pdiskId.PDiskId) << 32;
113
}
114
0 commit comments