Ján Tomko
2022-Jun-15 21:25 UTC
managed save returns "migration with virtiofs device is not supported"
On a Wednesday in 2022, Francesc Guasch wrote:>Hello. I have a virtual machine with a virtiofs entry configured. > >When I try to do a managed save it fails with this message: > > libvirt error code: 55, message: Requested operation is not valid: > migration with virtiofs device is not supported >Yes, this is not yet implemented.>This is libvirt 8.0.0 that comes with Ubuntu 22.04. I have seen >the current release in git is libvirt 8.5 . I will try to build >from source and try again if you think this was not the expected >behaviour. > >This is the filesystem entry: > ><filesystem type='mount' accessmode='passthrough'> > <driver type='virtiofs'/> > <source dir='/home/shared'/> > <target dir='home_shared'/> > <address type='pci' domain='0x0000' bus='0x01' slot='0x00' > function='0x0'/> ></filesystem> > >Sorry if this is not the right place to ask.This list is the perfect place to ask libvirt questions.>I can write an >issue in gitlab or whatever is more appropriate. >If you file a gitlab issue (with the "feature" template), you may get notified if someone implements it. Jano>Thanks ! >-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20220615/09accab6/attachment.sig>
Francesc Guasch
2022-Jun-16 11:09 UTC
managed save returns "migration with virtiofs device is not supported"
El 15/6/22 a les 23:25, J?n Tomko ha escrit:> On a Wednesday in 2022, Francesc Guasch wrote: >> Hello. I have a virtual machine with a virtiofs entry configured. >> >> When I try to do a managed save it fails with this message: >> >> ?? libvirt error code: 55, message: Requested operation is not valid: >> ?? migration with virtiofs device is not supported >> > > Yes, this is not yet implemented. >ok ! Thanks for answering me. What still puzzles me is I didn't want to do a migration. I just wanted to do managed save. Does this error message still applies ?