Skip to content
#

lxd

Here are 150 public repositories matching this topic...

simondeziel
simondeziel commented Apr 22, 2020

It would be nice to have snapshots.schedule support the @reboot keyword. Such schedule would mean a snapshot would be taken just before starting the instance.

It would also be nice for the snapshots.expiry to support a syntax like 3@reboot to keep the past 3 snapshots taken before startups. This would likely require the snapshots name to have a snapshots.pattern including the reboot

candlerb
candlerb commented Aug 24, 2018

When using the sample lxdock.yml, I get containers whose names are <project name>-<container name>-<some digits>.

+--------------------------+---------+---------------------+------+------------+-----------+
| myproject-test01-5902851 | RUNNING |                     |      | PERSISTENT | 0         |
+
CajuM
CajuM commented Mar 4, 2020

Hello,

It would be nice if we could create Windows images for LXD automatically.
Obviously we won't be able to publish such images so we'll have to instruct users
to build them themselves.

For the installation we can extract the wim/esd image using wimapply(from wimlib) + an unattended.xml
And for the customization of the OS we can use cloudbase-init as mentioned here lxc/lxd#6205
This s

mdone-cloudian
mdone-cloudian commented Jan 30, 2020

According to the LXD people over lxc/lxd#6802, the IP in the certificate should not be checked, as it doesn't match their security model. So if I currently (LXD 3.18 or 3.19) I run lxd init and use 127.0.0.1 as the LXD's IP, the certificate is generated with another IP. The proposed fix for that issue is to hardcode 127.0.0.1 for all certificates, rendering all invalid if accessed via another IP

rask
rask commented Apr 14, 2020

I'm following this for learning purposes. All is well until the first kubeadm command. I am receiving preflight errors regarding memory and swap:

[ERROR Swap]: running with swap on is not supported. Please disable swap 

Maybe add a note about this in the guide? And any pointers on how to go around this "properly"?

LXD is version 4.0 and Kubernetes is at 1.18.1.

Multi node IBM Cloud Private Community Edition 3.2.x w/ Kubernetes 1.13.5 in a Box. Terraform, Packer and BASH based Infrastructure as Code script sets up a multi node LXD cluster, installs ICP-CE and clis on a metal or VM Ubuntu 18.04 host.

  • Updated May 19, 2020
  • Shell
cr1st1p
cr1st1p commented Jan 21, 2020

I get this when I start code with ''watch':

  File "lxd_image_server/cli.py", line 66, in update_config
    i.add_watch(Config.path, mask=IN_CLOSE_WRITE)
AttributeError: type object 'Config' has no attribute 'path'

Tested on git master branch code, confight 1.3
Indeed, I do not see any path field on Config object. Also, there should be multiple inotify watch calls, because 'confight

Improve this page

Add a description, image, and links to the lxd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lxd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.