Ryan, thanks. I tried adding curtin's daily PPA. I've added this to MAAS' 
curtin_userdata
```  
  add_repo: ["add-apt-repository", "-y", "ppa:curtin-dev/daily"]
  update: ["sh", "-c", "apt-get update"]
  install: ["sh", "-c", "apt install -y curtin"]
```

I can see on MAAS' logs latest curtin was installed: 
```
After this operation, 866 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/curtin-dev/daily/ubuntu bionic/main arm64 
curtin-common all 20.1-891-gac7d5e5c-0ubuntu1+237~trunk~ubuntu18.04.1 [26.2 kB]
Get:2 http://ppa.launchpad.net/curtin-dev/daily/ubuntu bionic/main arm64 
python3-curtin all 20.1-891-gac7d5e5c-0ubuntu1+237~trunk~ubuntu18.04.1 [173 kB]
Get:3 http://ppa.launchpad.net/curtin-dev/daily/ubuntu bionic/main arm64 curtin 
all 20.1-891-gac7d5e5c-0ubuntu1+237~trunk~ubuntu18.04.1 [19.8 kB]
```

but still having the same error trying to deploy the guest: 
```
FileNotFoundError: [Errno 2] No such file or directory: '/dev/disk/by-id'
        [Errno 2] No such file or directory: '/dev/disk/by-id'
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895922

Title:
  maas could not deploy a kvm-based vm via virsh

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1895922/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to