-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes for 2.5.0 #414
Conversation
Signed-off-by: DILEEP D S <ds_dileep@yahoo.com>
Signed-off-by: DILEEP D S <ds_dileep@yahoo.com>
release-notes/v2.5.0.md
Outdated
|--|---------|-----|-----------| | ||
|CON-648|csi.k8s|Implement topology in the CSI driver|CSI supports the concept of topology by providing the mechanism to define availability zones and associate cluster nodes to those zones.| | ||
|CON-2508|csi.k8s|Post reboot and drained worker node is not cleaned up properly, unless flush it out|Safely removing or cleaning the stale mount paths or devices attached to a worker node.| | ||
|CON-3071|csi.k8s|Node monitor support|Node monitor running on every cluster node make sure that the node is healthy.| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Making sure the node is healthy might be misleading, we can specify something like "make sure no stale multipath entries exist"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Michael corrected the resolution note for this and those changes are merged here now.
Signed-off-by: Michael Mattsson <michael.mattsson@gmail.com>
Added a few and cleaned up a bit.
release-notes/v2.5.0.md
Outdated
| CON-648 | csi.k8s | Implement basic topology in the CSI driver | StorageClasses may now be decorated with topology requirements and use volumeBindingMode: WaitForFirstConsumer | | ||
| CON-2508 | csi.k8s | Post reboot and drained worker nodes are not cleaned up properly unless manually tidied up | Safely removing stale mount paths or devices attached to a compute node. | | ||
| CON-3071 | csi.k8s | CSI node monitor support | A node monitor is now patrolling the block devices to ensure they're healthy. | | ||
| CON-2137 | csi.k8s | Run filesystem check before mount | Checking for filesystem corruption and optionally repairi it with the fsRepair StorageClass parameter. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
repairi -- Spelling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected
Signed-off-by: DILEEP D S <ds_dileep@yahoo.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.