1. 13 Jan, 2018 4 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #57266 from vikaschoudhary16/unhealthy_device · f2e46a21
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      Handle Unhealthy devices
      
      Update node capacity with sum of both healthy and unhealthy devices.
      Node allocatable reflect only healthy devices.
      
      
      
      **What this PR does / why we need it**:
      Currently node capacity only reflects healthy devices. Unhealthy devices are ignored totally while updating node status. This PR handles unhealthy devices while updating node status. 
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Fixes #57241
      
      **Special notes for your reviewer**:
      
      **Release note**:
      <!--  Write your release note:
      Handle Unhealthy devices
      
      ```release-note
      Handle Unhealthy devices
      ```
      /cc @tengqm @ConnorDoyle @jiayingz @vishh @jeremyeder @sjenning @resouer @ScorpioCPH @lichuqiang @RenaudWasTaken @balajismaniam 
      
      /sig node
      f2e46a21
    • Kubernetes Submit Queue's avatar
      Merge pull request #58113 from bowei/cloud · 75e50a37
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      Add `cloud` for the generated GCE interfaces, support structs
      
      Note: this does not wire the generated code.
      
      ```release-note
      NONE
      ```
      75e50a37
    • Kubernetes Submit Queue's avatar
      Merge pull request #56994 from zouyee/patch-14 · 416a38e5
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      Comment typo fix in StatefulSet controller
      
      **What this PR does / why we need it**:
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```
      NONE
      ```
      416a38e5
    • Kubernetes Submit Queue's avatar
      Merge pull request #58089 from mtanino/issue/58085 · b5eb9149
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      [FC Plugin] Create proper volumeSpec during ConstructVolumeSpec
      
      **What this PR does / why we need it**:
      
      Currently, FC plugin returns volume name and empty FCVolumeSource during ConstrutVolumeSpec of filesystem volume's reconstruction.
      
      In this fix, ConstructVolumeSpec retrieves global mount path, and analyzes volume parameters such as
      WWN, LUN, WWID from the path.
      
      **Which issue(s) this PR fixes** :
      Fixes #58085
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      
      cc @rootfs @jsafrane 
      /sig storage
      b5eb9149
  2. 12 Jan, 2018 15 commits
  3. 11 Jan, 2018 21 commits