Closed lukts30 closed 2 years ago
The difference/difficulty here is that this is in the client
package and so cannot use LXD's image volume for temporary unpacking.
@tomponline I wonder, is there some way we can do this in a streaming manner, so without having to write the whole thing to tmp first?
Required information
Issue description
I am trying to import a Windows VM image (38GB) but the import fails because lxc runs out of space during importing a split image.
This problem is similar to https://github.com/lxc/lxd/issues/7561 but in this case
lxc image import
and notlxc import
is used.https://github.com/lxc/lxd/blob/fee89073a8bf865a04cd9175bb39fa41040cab80/client/lxd_images.go#L420