You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'xenvm lvcreate': fix support for '-l segments' and implement '-l PERCENT%F'
The API call uses bytes but the regular parse function takes care of that
by multiplying the user-supplied MiB by 1024 * 1024. We need to also
translate extents into bytes.
Signed-off-by: David Scott <[email protected]>
0 commit comments