Home
last modified time | relevance | path

Searched refs:volume (Results 376 – 400 of 41869) sorted by relevance

1...<<11121314151617181920>>...1675

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/test-cases/Group1-Docker-Commands/
H A D1-19-Docker-Volume-Create.md15 2. Issue docker volume create to the VIC appliance
19 5. Issue docker volume create -d fakeDriver --name=test2
22 8. Issue docker volume create --name=test5 --opt Capacity=0
23 9. Issue docker volume create --name=test6 --opt Capacity=-1
26 12. Issue docker volume create --name=test???
28 14. Create container with an anonymous volume in the Dockerfile, and verify that the files in the v…
29 15. Create container with a named volume and verify that base image files are copied to the named v…
30 16. Create container with a named volume. Modify the copied image file. Remount the volume in a new…
31 17. Run container with a volume, and run another container with same volume
35 …omplete successfully and return the name of the volume created, you should then be able to see the…
[all …]
/dports/misc/py-cinder/cinder-12.0.10/doc/source/configuration/block-storage/samples/
H A Dpolicy.json.inc7 "volume:create": "",
8 "volume:create_from_image": "",
9 "volume:delete": "rule:admin_or_owner",
10 "volume:force_delete": "rule:admin_api",
11 "volume:get": "rule:admin_or_owner",
12 "volume:get_all": "rule:admin_or_owner",
27 "volume:extend": "rule:admin_or_owner",
30 "volume:retype": "rule:admin_or_owner",
31 "volume:update": "rule:admin_or_owner",
89 "volume:accept_transfer": "",
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/coprhd/
H A Discsi.py24 from cinder.volume import driver
26 from cinder.volume import utils as volume_utils
52 def create_volume(self, volume): argument
54 self.common.create_volume(volume, self)
67 def extend_volume(self, volume, new_size): argument
71 def delete_volume(self, volume): argument
73 self.common.delete_volume(volume)
83 def ensure_export(self, context, volume): argument
91 def remove_export(self, context, volume): argument
170 properties['volume_id'] = volume.id
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/
H A Ddriver.py35 from cinder.volume import configuration
36 from cinder.volume import driver_utils
38 from cinder.volume import throttling
494 raise exception.RemoveExportException(volume=volume['id'],
820 attach_info, volume = self._attach_volume(context, volume, properties)
859 attach_info, volume = self._attach_volume(context, volume, properties)
1446 def get_pool(self, volume): argument
1482 def unmanage(self, volume): argument
2013 def unmanage(self, volume): argument
2187 def unmanage(self, volume): argument
[all …]
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/
H A Dsetup.cfg36 volume = openstackclient.volume.client
530 volume_list = openstackclient.volume.v1.volume:ListVolume
532 volume_set = openstackclient.volume.v1.volume:SetVolume
533 volume_show = openstackclient.volume.v1.volume:ShowVolume
534 volume_unset = openstackclient.volume.v1.volume:UnsetVolume
589 volume_list = openstackclient.volume.v2.volume:ListVolume
591 volume_set = openstackclient.volume.v2.volume:SetVolume
592 volume_show = openstackclient.volume.v2.volume:ShowVolume
658 volume_list = openstackclient.volume.v2.volume:ListVolume
660 volume_set = openstackclient.volume.v2.volume:SetVolume
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/volume/persistentvolume/util/
H A Dutil.go126 volumeClone := volume.DeepCopy()
129 if volume.Spec.ClaimRef == nil ||
132 volume.Spec.ClaimRef.UID != claim.UID {
155 if volume.Spec.ClaimRef == nil {
158 if claim.Name != volume.Spec.ClaimRef.Name || claim.Namespace != volume.Spec.ClaimRef.Namespace {
161 if volume.Spec.ClaimRef.UID != "" && claim.UID != volume.Spec.ClaimRef.UID {
209 for _, volume := range volumes {
214 if volume.Spec.ClaimRef != nil && !IsVolumeBoundToClaim(volume, claim) {
254 return volume, nil
288 if !CheckAccessModes(claim, volume) {
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Dec2_vol.py339 if volume is None:
362 return volume, changed
407 return volume, changed
446 volume.detach()
449 volume.update()
452 return volume, changed
459 volume.update()
467 'id': volume.id,
597 volume, changed = detach_volume(module, ec2, volume)
599 volume, changed = attach_volume(module, ec2, volume, inst)
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DiscIO/
H A DDiscExtractor.h51 bool ExportTicket(const Volume& volume, const Partition& partition,
53 bool ExportTMD(const Volume& volume, const Partition& partition,
55 bool ExportCertificateChain(const Volume& volume, const Partition& partition,
57 bool ExportH3Hashes(const Volume& volume, const Partition& partition,
60 bool ExportHeader(const Volume& volume, const Partition& partition,
62 bool ExportBI2Data(const Volume& volume, const Partition& partition,
65 bool ExportApploader(const Volume& volume, const Partition& partition,
69 bool ExportDOL(const Volume& volume, const Partition& partition,
72 std::optional<u64> GetFSTSize(const Volume& volume, const Partition& partition);
73 bool ExportFST(const Volume& volume, const Partition& partition,
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/ibm/ibm_storage/
H A Dibm_storage.py28 from cinder.volume import configuration
29 from cinder.volume import driver
30 from cinder.volume.drivers.san import san
122 def ensure_export(self, context, volume): argument
132 def create_volume(self, volume): argument
137 def delete_volume(self, volume): argument
140 self.proxy.delete_volume(volume)
142 def remove_export(self, context, volume): argument
163 volume,
186 def extend_volume(self, volume, new_size): argument
[all …]
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openjp3d/
H A Dvolume.c40 opj_volume_t *volume = NULL; in opj_volume_create() local
43 if (volume) { in opj_volume_create()
44 volume->color_space = clrspc; in opj_volume_create()
45 volume->numcomps = numcmpts; in opj_volume_create()
47 volume->comps = (opj_volume_comp_t*)opj_malloc(volume->numcomps * sizeof( in opj_volume_create()
49 if (!volume->comps) { in opj_volume_create()
81 return volume; in opj_volume_create()
87 if (volume) { in opj_volume_destroy()
88 if (volume->comps) { in opj_volume_destroy()
96 opj_free(volume->comps); in opj_volume_destroy()
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/datacore/
H A Dtest_datacore_driver.py301 volume = VOLUME.copy()
313 volume = VOLUME.copy()
325 volume = VOLUME.copy()
338 volume = VOLUME.copy()
351 volume = VOLUME.copy()
364 volume = VOLUME.copy()
375 volume = VOLUME.copy()
390 volume = VOLUME.copy()
399 volume = VOLUME.copy()
411 volume = VOLUME.copy()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_volume.h42 void BKE_volume_init_grids(struct Volume *volume);
47 bool BKE_volume_is_y_up(const struct Volume *volume);
48 bool BKE_volume_is_points_only(const struct Volume *volume);
57 void BKE_volume_grids_backup_restore(struct Volume *volume,
68 void BKE_volume_batch_cache_free(struct Volume *volume);
81 bool BKE_volume_load(struct Volume *volume, struct Main *bmain);
82 void BKE_volume_unload(struct Volume *volume);
83 bool BKE_volume_is_loaded(const struct Volume *volume);
85 int BKE_volume_num_grids(const struct Volume *volume);
138 struct VolumeGrid *BKE_volume_grid_add(struct Volume *volume,
[all …]
/dports/devel/libfsext/libfsext-20210721/libfsext/
H A Dlibfsext_volume.h84 libfsext_volume_t **volume,
89 libfsext_volume_t **volume,
94 libfsext_volume_t *volume,
99 libfsext_volume_t *volume,
108 libfsext_volume_t *volume,
117 libfsext_volume_t *volume,
124 libfsext_volume_t *volume,
139 libfsext_volume_t *volume,
145 libfsext_volume_t *volume,
153 libfsext_volume_t *volume,
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/volume_io/Volumes/
H A Dvolume_cache.c561 flush_cache_blocks( &volume->cache, volume, FALSE ); in flush_volume_cache()
691 VIO_Volume volume, in set_volume_cache_block_sizes() argument
753 VIO_Volume volume, in set_volume_cache_size() argument
1003 VIO_Volume volume ) in cache_volume_range_has_changed() argument
1008 if( volume->cache.minc_file == NULL && volume->cache.n_blocks == 0 ) in cache_volume_range_has_changed()
1232 VIO_Volume volume, in get_cache_block_for_voxel() argument
1446 VIO_Volume volume, in get_cached_volume_voxel() argument
1487 VIO_Volume volume, in set_cached_volume_voxel() argument
1500 (void) open_cache_volume_output_file( &volume->cache, volume ); in set_cached_volume_voxel()
1531 VIO_Volume volume ) in volume_is_cached() argument
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/dothill/
H A Ddothill_iscsi.py22 import cinder.volume.driver
24 from cinder.volume.drivers.san import san
101 def create_volume(self, volume): argument
102 self.common.create_volume(volume)
110 def delete_volume(self, volume): argument
111 self.common.delete_volume(volume)
167 def ensure_export(self, context, volume): argument
170 def remove_export(self, context, volume): argument
179 def extend_volume(self, volume, new_size): argument
180 self.common.extend_volume(volume, new_size)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/blockstorage/extensions/
H A Dextensions.go96 t.Logf("Attached volume %s to server %s", volume.ID, server.ID)
108 t.Logf("Attempting to reserve volume %s", volume.ID)
114 t.Logf("Reserved volume %s", volume.ID)
123 t.Logf("Attepting to detach volume volume: %s", volume.ID)
126 AttachmentID: volume.Attachments[0].AttachmentID,
130 t.Fatalf("Unable to detach volume %s: %v", volume.ID, err)
137 t.Logf("Detached volume: %s", volume.ID)
148 t.Logf("Attempting to unreserve volume %s", volume.ID)
151 t.Fatalf("Unable to unreserve volume %s: %v", volume.ID, err)
154 t.Logf("Unreserved volume %s", volume.ID)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/blockstorage/extensions/
H A Dextensions.go96 t.Logf("Attached volume %s to server %s", volume.ID, server.ID)
108 t.Logf("Attempting to reserve volume %s", volume.ID)
114 t.Logf("Reserved volume %s", volume.ID)
123 t.Logf("Attepting to detach volume volume: %s", volume.ID)
126 AttachmentID: volume.Attachments[0].AttachmentID,
130 t.Fatalf("Unable to detach volume %s: %v", volume.ID, err)
137 t.Logf("Detached volume: %s", volume.ID)
148 t.Logf("Attempting to unreserve volume %s", volume.ID)
151 t.Fatalf("Unable to unreserve volume %s: %v", volume.ID, err)
154 t.Logf("Unreserved volume %s", volume.ID)
[all …]
/dports/sysutils/py-docker/docker-5.0.3/tests/integration/
H A Dmodels_volumes_test.py8 volume = client.volumes.create(
13 self.tmp_volumes.append(volume.id)
14 assert volume.id
15 assert volume.name == 'dockerpytest_1'
18 volume = client.volumes.get(volume.id)
19 assert volume.name == 'dockerpytest_1'
23 volume = client.volumes.create('dockerpytest_1')
24 self.tmp_volumes.append(volume.id)
25 assert volume in client.volumes.list()
29 volume.remove()
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/dell_emc/vnx/
H A Ddriver.py20 from cinder.volume import driver
23 from cinder.volume.drivers.dell_emc.vnx import utils
112 def create_volume(self, volume): argument
124 def extend_volume(self, volume, new_size): argument
128 def delete_volume(self, volume): argument
130 self.adapter.delete_volume(volume)
148 def ensure_export(self, context, volume): argument
156 def remove_export(self, context, volume): argument
271 def get_pool(self, volume): argument
275 def unmanage(self, volume): argument
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/pcm/
H A DVolume.cxx45 sample *= volume; in PcmVolumeConvert()
93 volume); in pcm_volume_change()
121 volume); in PcmVolumeChange16to32()
131 volume); in pcm_volume_change_24()
147 [volume](float x){ return x * volume; }); in pcm_volume_change_float()
205 if (volume == 0) { in Apply()
220 volume); in Apply()
228 volume); in Apply()
233 volume); in Apply()
240 volume); in Apply()
[all …]
/dports/games/residualvm/residualvm-0.3.1/engines/myst3/
H A Dambient.cpp51 scaleVolume(volume); in playCurrentNode()
59 _sounds[i].volume = _sounds[i].volume * volume / 100; in scaleVolume()
81 if (!volume) in addSound()
82 volume = 1; in addSound()
86 if (volume >= 0) { in addSound()
87 s.volume = volume; in addSound()
90 s.volume = -volume; in addSound()
106 if (volume >= 0) { in setCueSheet()
107 _cueSheet.volume = volume; in setCueSheet()
110 _cueSheet.volume = -volume; in setCueSheet()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/myst3/
H A Dambient.cpp51 scaleVolume(volume); in playCurrentNode()
59 _sounds[i].volume = _sounds[i].volume * volume / 100; in scaleVolume()
81 if (!volume) in addSound()
82 volume = 1; in addSound()
86 if (volume >= 0) { in addSound()
87 s.volume = volume; in addSound()
90 s.volume = -volume; in addSound()
106 if (volume >= 0) { in setCueSheet()
107 _cueSheet.volume = volume; in setCueSheet()
110 _cueSheet.volume = -volume; in setCueSheet()
[all …]
/dports/misc/py-cinder/cinder-12.0.10/api-ref/source/v2/
H A Dos-vol-transfer-v2.inc9 Accept volume transfer
14 Accepts a volume transfer.
51 Create volume transfer
56 Creates a volume transfer.
96 List volume transfers
101 Lists volume transfers.
134 Show volume transfer details
139 Shows details for a volume transfer.
173 Delete volume transfer
178 Deletes a volume transfer.
[all …]
/dports/misc/py-cinder/cinder-12.0.10/api-ref/source/v3/
H A Dos-vol-transfer-v3.inc9 Accept a volume transfer
14 Accepts a volume transfer.
51 Create a volume transfer
56 Creates a volume transfer.
97 List volume transfers for a project
102 Lists volume transfers.
135 Show volume transfer detail
140 Shows details for a volume transfer.
174 Delete a volume transfer
179 Deletes a volume transfer.
[all …]
/dports/misc/py-cinder/cinder-12.0.10/doc/source/admin/
H A Dblockstorage-volume-number-weigher.rst4 Configure and use volume number weigher
9 feature lets the scheduler choose a volume back end based on its volume
13 Enable volume number weigher
16 To enable a volume number weigher, set the
25 as the volume driver.
37 volume_driver=cinder.volume.drivers.lvm.LVMVolumeDriver
42 volume_driver=cinder.volume.drivers.lvm.LVMVolumeDriver
48 Define a volume type in Block Storage:
52 $ openstack volume type create lvm
60 This example creates a lvm volume type with
[all …]

1...<<11121314151617181920>>...1675