mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
comment: update
Fix can -> cannot.
This commit is contained in:
parent
fb3f4ed72d
commit
12bbfbe89d
@ -3075,7 +3075,7 @@ static int _tree_action(struct dev_manager *dm, const struct logical_volume *lv,
|
|||||||
(laopts->origin_only) ? " origin-only" : "",
|
(laopts->origin_only) ? " origin-only" : "",
|
||||||
display_lvname(lv));
|
display_lvname(lv));
|
||||||
|
|
||||||
/* Some LV can be used for top level tree */
|
/* Some LV cannot be used for top level tree */
|
||||||
/* TODO: add more.... */
|
/* TODO: add more.... */
|
||||||
if (lv_is_cache_pool(lv) && !dm_list_empty(&lv->segs_using_this_lv)) {
|
if (lv_is_cache_pool(lv) && !dm_list_empty(&lv->segs_using_this_lv)) {
|
||||||
log_error(INTERNAL_ERROR "Cannot create tree for %s.",
|
log_error(INTERNAL_ERROR "Cannot create tree for %s.",
|
||||||
|
Loading…
Reference in New Issue
Block a user