PVE::Storage::volume_snapshot_list - remove comment about ordering

Some storage types supports arbitrary snapshot trees, so there is
no strict ordering relation.
This commit is contained in:
Dietmar Maurer
2017-06-07 06:36:55 +02:00
parent 8b622c2dff
commit 636ac5b82f
2 changed files with 1 additions and 2 deletions

View File

@ -277,7 +277,6 @@ sub volume_snapshot_list {
die "unable to parse volume ID '$volid'\n";
}
# return an empty array if dataset does not exist.
# youngest snap first
}
sub get_image_dir {

View File

@ -830,7 +830,7 @@ sub volume_snapshot_list {
# implement in subclass
die "Volume_snapshot_list is not implemented for $class";
# retrun an empty array if dataset does not exist.
# return an empty array if dataset does not exist.
}
sub activate_storage {