Copying profile to remote server fails

root@stb-old ~ # lxc profile copy kas stb:kas
Error: Device validation failed for “root”: Root disk entry must have a “pool” property set

What does this mean?

Please can you show output of lxc profile show kas

root@stb-old ~ # lxc profile show kas
config:
limits.cpu: “4”
limits.cpu.allowance: 90%
limits.memory: 8GB
security.privileged: “true”
description: Kas LXD profile
devices:
eth0:
name: eth0
nictype: bridged
parent: lxdbr0
type: nic
root:
path: /
type: disk
name: kas
used_by:

  • /1.0/instances/kas-eabo

Checked the default profile and there is an pool property. I added this to kas and now its working. No idea why it was missing.

Thanks again!