rename comment to notes
so that we are more consistent with pbs Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
093d5ad385
commit
6fef456c8d
@ -544,7 +544,7 @@ sub list_volumes {
|
||||
};
|
||||
|
||||
$info->{verification} = $item->{verification} if defined($item->{verification});
|
||||
$info->{comment} = $item->{comment} if defined($item->{comment});
|
||||
$info->{notes} = $item->{comment} if defined($item->{comment});
|
||||
|
||||
push @$res, $info;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user