summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-diskusage.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/dht/src/dht-diskusage.c')
-rw-r--r--xlators/cluster/dht/src/dht-diskusage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/dht-diskusage.c b/xlators/cluster/dht/src/dht-diskusage.c
index a2dc43c32aa..621c613d08c 100644
--- a/xlators/cluster/dht/src/dht-diskusage.c
+++ b/xlators/cluster/dht/src/dht-diskusage.c
@@ -259,7 +259,7 @@ dht_is_subvol_filled (xlator_t *this, xlator_t *subvol)
gf_msg (this->name, GF_LOG_WARNING, 0,
DHT_MSG_SUBVOL_INSUFF_SPACE,
"disk space on subvolume '%s' is getting "
- "full (%.2f %%), consider adding more nodes",
+ "full (%.2f %%), consider adding more bricks",
subvol->name,
(100 - conf->du_stats[i].avail_percent));
}
@@ -270,7 +270,7 @@ dht_is_subvol_filled (xlator_t *this, xlator_t *subvol)
gf_msg (this->name, GF_LOG_CRITICAL, 0,
DHT_MSG_SUBVOL_INSUFF_INODES,
"inodes on subvolume '%s' are at "
- "(%.2f %%), consider adding more nodes",
+ "(%.2f %%), consider adding more bricks",
subvol->name,
(100 - conf->du_stats[i].avail_inodes));
}