Home
last modified time | relevance | path

Searched refs:_sort_snapshots (Results 1 – 2 of 2) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/group/
H A Dtest_groups_manager.py578 sorted_snaps = self.volume._sort_snapshots(volumes, snapshots)
587 self.volume._sort_snapshots,
591 self.volume._sort_snapshots,
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/
H A Dmanager.py3083 sorted_snapshots = self._sort_snapshots(volumes, snapshots)
3226 def _sort_snapshots(self, volumes, snapshots): member in VolumeManager