resume volumes
		Resume suspended volumes.
directpv resume volumes [VOLUME ...] [flags]
 
  
      
          | Flag | Description | 
  
  
      
          | -n,--nodes<string> | Resume volumes from specified node(s). Use ellipsis expansion notation, such as node{1...10}. | 
      
          | -d,--drives<string> | Resume volumes by given names. Use ellipsis expansion notation, such as sd{a...z}. | 
      
          | --pod-names<string> | Resume volumes by given pod(s). Use ellipsis expansion notation, such as minio-{0...4}. | 
      
          | --pod-namespaces<string> | Resume volumes by given namespace(s). Use ellipsis expansion notation, such as tenant-{0...3}. | 
      
          | --dry-run | See the results of the command without making any actual changes to drives. | 
  
  
 
  
      
          | Flag | Description | 
  
  
      
          | --kubeconfig<string> | Path to the kube.configfile to use for CLI requests | 
      
          | --quiet | Suppress printing error messages | 
  
  
    
        
            
        
        Resume all volumes from a node
    
 kubectl directpv resume volumes --nodes=node1
    
        
            
        
        Resume specific volume from specific node
    
 kubectl directpv resume volumes --nodes=node1 --volumes=sda
kubectl directpv resume volumes pvc-0700b8c7-85b2-4894-b83a-274484f220d0