User Tools

Site Tools


lxd_troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
lxd_troubleshooting [2020/10/11 13:04] neoonlxd_troubleshooting [2021/01/12 16:35] neoon
Line 1: Line 1:
-==== Network ====+=== Process ==
 +Lookup the container who runs this process 
 +  grep -rn pid /sys/fs/cgroup/pids/
 + 
 +=== Storage === 
 +Error: The ‘default’ profile cannot be deleted 
 +  printf 'config: {}\ndevices: {}' | lxc profile edit default 
 +   
 +Existing Parition, create new lvm storage pool 
 +  pvcreate /dev/sda2 
 +  lxc storage create myPool lvm source=/dev/sda2 lvm.thinpool_name=myPool 
 +   
 +=== Network ===
   lxc network create vmbr03   lxc network create vmbr03
   Error: Unable to kill dnsmasq: Could not kill process: os: process not initialized   Error: Unable to kill dnsmasq: Could not kill process: os: process not initialized
 +In my case, the network did not appear when I ran lxc network list.\\
 Check /var/snap/lxd/common/lxd/networks and delete the network Check /var/snap/lxd/common/lxd/networks and delete the network
   rm -r vmbr03   rm -r vmbr03
lxd_troubleshooting.txt · Last modified: 2021/11/25 22:42 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki