Home
last modified time | relevance | path

Searched refs:VolumePath (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/vsphere_volume/
H A Dattacher.go91 …diskUUID, err := attacher.vsphereVolumes.AttachDisk(volumeSource.VolumePath, volumeSource.StorageP…
93 klog.Errorf("Error attaching volume %q to node %q: %+v", volumeSource.VolumePath, nodeName, err)
129 volPath := volumeSource.VolumePath
164 …rn "", fmt.Errorf("WaitForAttach failed for VMDK %q: devicePath is empty", volumeSource.VolumePath)
176 klog.V(5).Infof("Checking VMDK %q is attached", volumeSource.VolumePath)
180 klog.Warningf("Error verifying VMDK (%q) is attached: %v", volumeSource.VolumePath, err)
183 klog.Infof("Successfully found attached VMDK %q.", volumeSource.VolumePath)
187 …not find attached VMDK %q. Timeout waiting for mount paths to be created", volumeSource.VolumePath)
200 return makeGlobalPDPath(attacher.host, volumeSource.VolumePath), nil
H A Dvsphere_volume_block_test.go67 if spec.PersistentVolume.Spec.VsphereVolume.VolumePath != testVolumePath {
68 …valid volumePath from GlobalMapPath spec: %s", spec.PersistentVolume.Spec.VsphereVolume.VolumePath)
118 ….Fatalf("Invalid GlobalMapPath from spec: %s", spec.PersistentVolume.Spec.VsphereVolume.VolumePath)
142 VolumePath: testVolumePath,
H A Dvsphere_volume_block.go74 VolumePath: volPath,
99 volPath := volumeSource.VolumePath
157 …lugin.host.GetVolumeDevicePluginDir(vsphereVolumePluginName), string(volumeSource.VolumePath)), nil
H A Dvsphere_volume_test.go106 VolumePath: "[local] test-volume-name.vmdk",
166 …if persistentSpec.Spec.PersistentVolumeSource.VsphereVolume.VolumePath != "[local] test-volume-nam…
167 … returned unexpected path %s", persistentSpec.Spec.PersistentVolumeSource.VsphereVolume.VolumePath)
H A Dvsphere_volume.go87 return volumeSource.VolumePath, nil
121 volPath := vvol.VolumePath
170 VolumePath: volumePath,
339 volPath: spec.PersistentVolume.Spec.VsphereVolume.VolumePath,
414 VolumePath: volSpec.Path,
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/csi-translation-lib/plugins/
H A Dvsphere_volume.go122 Name: fmt.Sprintf("%s-%s", VSphereDriverName, volume.VsphereVolume.VolumePath),
128 VolumeHandle: volume.VsphereVolume.VolumePath,
150 VolumeHandle: pv.Spec.VsphereVolume.VolumePath,
174 vsphereVirtualDiskVolumeSource.VolumePath = volumeFilePath
H A Dvsphere_volume_test.go188VolumePath: "[vsanDatastore] 6785a85e-268e-6352-a2e8-02008b7afadd/kubernetes-dynamic-pvc-68734c9f-…
239VolumePath: "[vsanDatastore] 6785a85e-268e-6352-a2e8-02008b7afadd/kubernetes-dynamic-pvc-68…
306 VolumePath: "[vsanDatastore] volume/inlinevolume.vmdk",
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/storage/vsphere/
H A Dvsphere_stress.go159 …o the node VM: %v", logPrefix, persistentvolumes[0].Spec.VsphereVolume.VolumePath, pod.Spec.NodeNa…
160 …ttachedError := diskIsAttached(persistentvolumes[0].Spec.VsphereVolume.VolumePath, pod.Spec.NodeNa…
164 …cessible in the pod: %v", logPrefix, persistentvolumes[0].Spec.VsphereVolume.VolumePath, pod.Name))
171 …from the node: %v", logPrefix, persistentvolumes[0].Spec.VsphereVolume.VolumePath, pod.Spec.NodeNa…
172 …err = waitForVSphereDiskToDetach(persistentvolumes[0].Spec.VsphereVolume.VolumePath, pod.Spec.Node…
H A Dvsphere_volume_diskformat.go152 isAttached, err := diskIsAttached(pv.Spec.VsphereVolume.VolumePath, nodeName)
157 …framework.ExpectEqual(verifyDiskFormat(client, nodeName, pv.Spec.VsphereVolume.VolumePath, diskFor…
160 volumePaths = append(volumePaths, pv.Spec.VsphereVolume.VolumePath)
H A Dvsphere_utils.go157 VolumePath: volumePath,
318 vsphereVolume.VolumePath = volumePath
379 isAttached, err := diskIsAttached(pv.Spec.VsphereVolume.VolumePath, nodeName)
381 …ched, true, fmt.Sprintf("disk %v is not attached with the node", pv.Spec.VsphereVolume.VolumePath))
392 volumePath := pv.Spec.VsphereVolume.VolumePath
428 return pv.Spec.VsphereVolume.VolumePath
H A Dvsphere_volume_fstype.go114 detachVolume(f, client, pod, persistentvolumes[0].Spec.VsphereVolume.VolumePath)
138 detachVolume(f, client, pod, persistentvolumes[0].Spec.VsphereVolume.VolumePath)
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dvspherevirtualdiskvolumesource.go24 VolumePath *string `json:"volumePath,omitempty"` member
40 b.VolumePath = &value
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dvspherevirtualdiskvolumesource.go24 VolumePath *string `json:"volumePath,omitempty"` member
40 b.VolumePath = &value
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dvspherevirtualdiskvolumesource.go24 VolumePath *string `json:"volumePath,omitempty"` member
40 b.VolumePath = &value
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dvspherevirtualdiskvolumesource.go24 VolumePath *string `json:"volumePath,omitempty"` member
40 b.VolumePath = &value
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/applyconfigurations/core/v1/
H A Dvspherevirtualdiskvolumesource.go24 VolumePath *string `json:"volumePath,omitempty"` member
40 b.VolumePath = &value
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dvspherevirtualdiskvolumesource.go24 VolumePath *string `json:"volumePath,omitempty"` member
40 b.VolumePath = &value
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/applyconfigurations/core/v1/
H A Dvspherevirtualdiskvolumesource.go24 VolumePath *string `json:"volumePath,omitempty"` member
40 b.VolumePath = &value
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dvspherevirtualdiskvolumesource.go24 VolumePath *string `json:"volumePath,omitempty"` member
40 b.VolumePath = &value
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/subpath/
H A Dsubpath_linux.go83 if !mount.PathWithinBase(subpath.Path, subpath.VolumePath) {
84 return -1, fmt.Errorf("subpath %q not within volume path %q", subpath.Path, subpath.VolumePath)
86 fd, err := doSafeOpen(subpath.Path, subpath.VolumePath)
170 newVolumePath, err := filepath.EvalSymlinks(subpath.VolumePath)
172 return "", fmt.Errorf("error resolving symlinks in %q: %v", subpath.VolumePath, err)
178 …og.V(5).Infof("doBindSubPath %q (%q) for volumepath %q", subpath.Path, newPath, subpath.VolumePath)
179 subpath.VolumePath = newVolumePath
H A Dsubpath.go62 VolumePath string member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Discsidsc.h323 HRESULT WINAPI AddPersistentiScsiDeviceA(PCHAR VolumePath);
324 HRESULT WINAPI AddPersistentiScsiDeviceW(PWCHAR VolumePath);
334 HRESULT WINAPI RemovePersistentIScsiDeviceA(PCHAR VolumePath);
335 HRESULT WINAPI RemovePersistentIScsiDeviceW(PWCHAR VolumePath);
541 PCHAR VolumePath
545 PWCHAR VolumePath
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Discsidsc.h323 HRESULT WINAPI AddPersistentiScsiDeviceA(PCHAR VolumePath);
324 HRESULT WINAPI AddPersistentiScsiDeviceW(PWCHAR VolumePath);
334 HRESULT WINAPI RemovePersistentIScsiDeviceA(PCHAR VolumePath);
335 HRESULT WINAPI RemovePersistentIScsiDeviceW(PWCHAR VolumePath);
541 PCHAR VolumePath
545 PWCHAR VolumePath
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/
H A Dinterface.go48VolumePath string `json:",omitempty"` // Windows volume path for scratch space.… member
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/Microsoft/hcsshim/
H A Dinterface.go48VolumePath string `json:",omitempty"` // Windows volume path for scratch space.… member

123456789