cluster/dht: Fixed a typo
Replaced "then" with "than" Change-Id: I73090e8c1a639befd7c5458e8d63bd173248bc7d BUG: 1547128 Signed-off-by: N Balachandran <nbalacha@redhat.com>
This commit is contained in:
parent
09ff6c686a
commit
961370d995
@ -1044,9 +1044,9 @@ __dht_check_free_space (xlator_t *this, xlator_t *to, xlator_t *from,
|
||||
gf_msg (this->name, GF_LOG_WARNING, 0,
|
||||
DHT_MSG_MIGRATE_FILE_FAILED,
|
||||
"data movement of file "
|
||||
"{blocks:%"PRIu64" name:(%s) } would result in "
|
||||
"{blocks:%"PRIu64" name:(%s)} would result in "
|
||||
"dst node (%s:%"PRIu64") having lower disk "
|
||||
"space then the source node (%s:%"PRIu64")"
|
||||
"space than the source node (%s:%"PRIu64")"
|
||||
".Skipping file.", stbuf->ia_blocks, loc->path,
|
||||
to->name, dst_statfs_blocks, from->name,
|
||||
src_statfs_blocks);
|
||||
|
Loading…
x
Reference in New Issue
Block a user