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
lxd_troubleshooting [2021/01/11 14:07] neoonlxd_troubleshooting [2021/11/25 22:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +=== Process ===
 +Lookup the container who runs this process
 +  grep -rn pid /sys/fs/cgroup/pids/*
 +
 === Storage === === Storage ===
-  Error: The ‘default’ profile cannot be deleted +Error: The ‘default’ profile cannot be deleted
-Fix+
   printf 'config: {}\ndevices: {}' | lxc profile edit default   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 === === Network ===
lxd_troubleshooting.1610374036.txt.gz · Last modified: 2021/11/25 22:42 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki