Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 529 for unmounted (0.22 sec)

  1. pkg/volume/nfs/nfs.go

    			if !notMnt {
    				// This is very odd, we don't expect it.  We'll try again next sync loop.
    				klog.Errorf("%s is still mounted, despite call to unmount().  Will try again next sync loop.", dir)
    				return err
    			}
    		}
    		os.Remove(dir)
    		return err
    	}
    	return nil
    }
    
    var _ volume.Unmounter = &nfsUnmounter{}
    
    type nfsUnmounter struct {
    	*nfs
    }
    
    func (c *nfsUnmounter) TearDown() error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  2. pkg/volume/fc/disk_manager.go

    		if mntErr != nil {
    			klog.Errorf("IsLikelyNotMountPoint check failed: %v", mntErr)
    			return err
    		}
    		if !noMnt {
    			if mntErr = b.mounter.Unmount(volPath); mntErr != nil {
    				klog.Errorf("Failed to unmount: %v", mntErr)
    				return err
    			}
    			noMnt, mntErr = b.mounter.IsLikelyNotMountPoint(volPath)
    			if mntErr != nil {
    				klog.Errorf("IsLikelyNotMountPoint check failed: %v", mntErr)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 03 19:34:37 UTC 2023
    - 3K bytes
    - Viewed (0)
  3. pkg/volume/util/subpath/subpath_linux.go

    	}
    	if !notMount {
    		// It's already mounted, so check if it's bind-mounted to the same path
    		samePath, err := checkSubPathFileEqual(subpath, bindPathTarget)
    		if err != nil {
    			return false, "", fmt.Errorf("error checking subpath mount info for %s: %s", bindPathTarget, err)
    		}
    		if !samePath {
    			// It's already mounted but not what we want, unmount it
    			if err = mounter.Unmount(bindPathTarget); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 12 14:09:11 UTC 2022
    - 21.4K bytes
    - Viewed (0)
  4. releasenotes/notes/file-mounted-crl.yaml

    Rama Chavali <******@****.***> 1709540978 +0530
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 08:29:38 UTC 2024
    - 303 bytes
    - Viewed (0)
  5. pkg/volume/emptydir/empty_dir_test.go

    	if err != nil {
    		t.Errorf("Failed to make a new Unmounter: %v", err)
    	}
    	if unmounter == nil {
    		t.Errorf("Got a nil Unmounter")
    	}
    
    	if !config.readyDirExists {
    		if err := os.RemoveAll(metadataDir); err != nil && !os.IsNotExist(err) {
    			t.Errorf("failed to remove ready dir [%s]: %v", metadataDir, err)
    		}
    	}
    	if !config.volumeDirExists {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.4.md

        * - gcr.io/google-containers/etcd-empty-dir-cleanup
        * - gcr.io/google-containers/kube-dnsmasq-amd64
    * Check if pathExists before performing Unmount ([#39311](https://github.com/kubernetes/kubernetes/pull/39311), [@rkouj](https://github.com/rkouj))
    * Unmount operation should not fail if volume is already unmounted ([#38547](https://github.com/kubernetes/kubernetes/pull/38547), [@rkouj](https://github.com/rkouj))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  7. pkg/volume/testing/testing.go

    func VerifyTearDownCallCount(
    	expectedTearDownCallCount int,
    	fakeVolumePlugin *FakeVolumePlugin) error {
    	unmounters := fakeVolumePlugin.GetUnmounters()
    	if len(unmounters) == 0 && (expectedTearDownCallCount == 0) {
    		return nil
    	}
    
    	for _, unmounter := range unmounters {
    		actualCallCount := unmounter.GetTearDownCallCount()
    		if expectedTearDownCallCount == 0 && actualCallCount == expectedTearDownCallCount {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.6.md

    * Unmount operation should not fail if volume is already unmounted ([#38547](https://github.com/kubernetes/kubernetes/pull/38547), [@rkouj](https://github.com/rkouj))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  9. pkg/volume/plugins.go

    	NewMounter(spec *Spec, podRef *v1.Pod, opts VolumeOptions) (Mounter, error)
    
    	// NewUnmounter creates a new volume.Unmounter from recoverable state.
    	// - name: The volume name, as per the v1.Volume spec.
    	// - podUID: The UID of the enclosing pod
    	NewUnmounter(name string, podUID types.UID) (Unmounter, error)
    
    	// ConstructVolumeSpec constructs a volume spec based on the given volume name
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.3.xsd

            <xs:sequence>
                <xs:element type="ignored-keyType" name="ignored-key" minOccurs="0" maxOccurs="unbounded"/>
            </xs:sequence>
        </xs:complexType>
        <xs:complexType name="trusted-keyType" mixed="true">
            <xs:sequence>
                <xs:element type="trustingType" name="trusting" maxOccurs="unbounded" minOccurs="0"/>
            </xs:sequence>
            <xs:attribute type="xs:string" name="id" use="required"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 17 23:01:46 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top