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

Allow shrinking storage volumes #3725

Open
marmarek opened this Issue Mar 20, 2018 · 0 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 20, 2018

While proper resizing filesystem first is tricky and not planned to be supported anytime soon, there are still cases where shrinking volume can be useful. For example installing/reinstalling template with root volume smaller than default one. This is especially the case for unikernel based systems.

Related: #3169 (comment)

@marmarek marmarek added this to the Release 4.0 milestone Mar 20, 2018

@marmarek marmarek self-assigned this Mar 20, 2018

marmarek added a commit to marmarek/qubes-core-admin-client that referenced this issue Mar 20, 2018

qvm-volume: refuse to shrink volume unless --force option is used
Right now Admin API backend will refuse to shrink volume anyway, but
we're planning to relax this restriction. Make sure the client side
(qvm-volume tool here, GUI VM settings already have this in place) will
employ appropriate safety check.

QubesOS/qubes-issues#3725

marmarek added a commit to marmarek/qubes-core-admin-client that referenced this issue Mar 20, 2018

qvm-volume: refuse to shrink volume unless --force option is used
Right now Admin API backend will refuse to shrink volume anyway, but
we're planning to relax this restriction. Make sure the client side
(qvm-volume tool here, GUI VM settings already have this in place) will
employ appropriate safety check.

QubesOS/qubes-issues#3725

marmarek added a commit to marmarek/qubes-core-admin-client that referenced this issue Mar 20, 2018

qvm-volume: refuse to shrink volume unless --force option is used
Right now Admin API backend will refuse to shrink volume anyway, but
we're planning to relax this restriction. Make sure the client side
(qvm-volume tool here, GUI VM settings already have this in place) will
employ appropriate safety check.

QubesOS/qubes-issues#3725

@qubesos-bot qubesos-bot referenced this issue in QubesOS/updates-status Mar 21, 2018

Closed

core-admin-client v4.0.16 (r4.0) #455

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment