Searched full:volumes (Results 1 – 18 of 18) sorted by relevance
/spdk/docker/ |
H A D | docker-compose.yaml | 22 volumes: 38 volumes: 54 volumes: 69 volumes: 81 volumes:
|
H A D | docker-compose.monitoring.yaml | 24 volumes: 33 volumes: 42 volumes:
|
/spdk/test/openstack/ |
H A D | run_openstack_tests.sh | 61 tox -e all -- tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume 62 tox -e all -- tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments 63 tox -e all -- tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete 64 tox -e all -- tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete 65 tox -e all -- tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list
|
/spdk/test/sma/ |
H A D | discovery.sh | 160 # discovery listener. The second one also has a single subsystem, but has two volumes attached to 216 # Check that both volumes are attached to the device 245 # Attach them again, this time both volumes specify both targets 246 volumes=($t1uuid $t2uuid) 247 for volume_id in "${volumes[@]}"; do 264 # Try to delete the device and verify that it fails if it has volumes attached to it 426 # Do the same, but this time attach two volumes and check that the discovery service is only 427 # stopped once both volumes are disconnected 435 # One of the volumes should be gone, but the discovery service should still be running
|
H A D | vfiouser_qemu.sh | 248 # Cross detach volumes and verify they not fail and have not been removed from the subsystems 260 # Detach volumes and verify they have been removed from the subsystems 268 # Detach volumes once again and verify they will not fail
|
/spdk/python/spdk/sma/volume/ |
H A D | volume.py | 92 log.error(f'Failure when trying to disconnect volumes: {ex.message}') 151 # Check the refcount to leave the service running if there are more volumes using it 321 """Disconnects all volumes attached to a specific device""" 322 volumes = [i for i, v in self._volumes.items() if v.device_handle == device_handle] 323 for volume_id in volumes: 328 """Checks whether a given device has volumes attached to it"""
|
/spdk/proto/ |
H A D | sma.proto | 148 // the QoS will be set up on the whole device (all volumes attached to that 192 // volumes (e.g. an NVMeoF subsystem). 195 // Deletes a device. It is only allowed to delete a device with volumes still 196 // attached if that device doesn't support attaching volumes through
|
/spdk/doc/ |
H A D | sma.md | 21 main types of objects: volumes and devices. A volume is a representation of 25 capable of presenting one or more volumes (depending on the type of the device) 54 This method deletes a device. Volumes that are still attached to a device being 101 on the whole device (all volumes attached to that device will share QoS settings).
|
H A D | compression.md | 261 application restarts, it will reload compressed volumes so they can be used again from the
|
/spdk/python/spdk/rpc/ |
H A D | lvol.py | 326 """List logical volumes 329 lvs_uuid: Only show volumes in the logical volume store with this UUID (optional) 330 lvs_name: Only show volumes in the logical volume store with this name (optional) 333 If both lvs_uuid and lvs_name are omitted, information about volumes in all
|
/spdk/python/spdk/sma/ |
H A D | sma.py | 102 'Device has attached volumes') 104 # Either there are no volumes attached to this device or we're allowed to delete it 105 # with volumes still attached
|
/spdk/test/nvmf/host/ |
H A D | dma.sh | 109 # test memzero with logical volumes. All clusters are unallocated, read should trigger memzero 115 # test memory translation with logical volumes
|
/spdk/python/spdk/sma/device/ |
H A D | device.py | 19 # Configures whether the device allows deleting a device with attached volumes
|
/spdk/python/spdk/spdkcli/ |
H A D | ui_root.py | 112 # listings to work: logical volumes, split disk. 113 # For example logical volumes: listing in menu is "Logical_Volume"
|
/spdk/test/vhost/perf_bench/ |
H A D | vhost_perf.sh | 79 echo " --use-split Use split vbdevs instead of Logical Volumes"
|
/spdk/test/lvol/ |
H A D | snapshot_clone.sh | 588 # cleanup logical volumes
|
/spdk/lib/reduce/ |
H A D | reduce.c | 503 /* The zero buffer is shared between all volumes and just used in _init_write_path_cpl()
|
/spdk/test/unit/lib/bdev/bdev.c/ |
H A D | bdev_ut.c | 757 * models caching, RAID, partitioning or logical volumes use cases. in open_write_test()
|