diff options
-rw-r--r-- | xlators/cluster/dht/src/dht-diskusage.c | 4 | ||||
-rw-r--r-- | xlators/cluster/dht/src/dht-messages.h | 2 |
2 files changed, 3 insertions, 3 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)); } diff --git a/xlators/cluster/dht/src/dht-messages.h b/xlators/cluster/dht/src/dht-messages.h index 80b20a61efd..f4096ae8f1e 100644 --- a/xlators/cluster/dht/src/dht-messages.h +++ b/xlators/cluster/dht/src/dht-messages.h @@ -404,7 +404,7 @@ * @messageid 109033 * @diagnosis The specified subvolume is running out of disk space. If all subvolumes run out of space, new files cannot be created. - * @recommendedaction Consider adding more nodes to the cluster if all subvolumes + * @recommendedaction Consider adding more bricks to the cluster if all subvolumes * run out of disk space. * */ |