-
Notifications
You must be signed in to change notification settings - Fork 13
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
Dysk Planning #9
Comments
@khenidak Have you ever run |
hmm Ok i will go back and check. in all cases thank you for putting it back on track. |
@khenidak, I have a PR to fix it all. |
the commit on head was not the latest code i had :-( Thanks again |
that's bad, you need to merge... Pls add me as reviewer if you want to change flex vol driver. |
No need to, you have put back everything back on track (basically took care of a mess i created :-)) thanks again. |
I'm wondering if dysk is the solution to all my Azure Disk problems with Kubernetes on Azure (wishful thinking I know). As far as I can tell from this issue, almost everything in the checklist above, except raid+lvm config that is a blocker for beta is done -- is raid+lvm really a blocker for beta? Can this be moved forward? I've seen no commits in these repo for two months. |
@rocketraman Your issue should be related to this bug: https://github.com/andyzhangx/demo/blob/master/issues/azuredisk-issues.md#14-azure-disk-attachdetach-failure-mount-issue-io-error, it's due to the dirty vm cache which would lead to lots of strange disk attach/detach issues. The fix has been verified in more than 150 k8s clusters by one customer, no disk attach/detach issue any more. I would encouge you to use |
Use this issue to track beta/stable functions + features.
BETA Goals
return -EBUSY upon module unload when dysk has disks mountedKernel 4.10 does not count references correctly, hence users shouldn't be unload dysk moduleauto-lease
and--break-lease
flag)dyskcli convert-pv --labels [dictionary] --secret-ref
The command converts stdin output of dyskctl get -o json or cat ./dysk.json or dyskctl
create .. then creates k8s PV object which user can then use
kubectl create
toprovision on k8s. Users should not suffer through manual conversion. Example
Stable Goals
@ritazh @andyzhangx
The text was updated successfully, but these errors were encountered: