Skip to content

Commit

Permalink
F OpenNebula/one#3297: doc new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dann1 committed May 16, 2019
1 parent 1d1b563 commit 13e088a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions source/deployment/open_cloud_host_setup/lxd_driver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ There are a number of regular features that are not implemented yet:
- live disk resize
- LVM datastore
- PCI Passthrough
- volatile filesystems

- **offline disk resize**:
- not supported on multiple partition images
Expand Down Expand Up @@ -59,16 +58,22 @@ There are some interaction options between LXD and OpenNebula configured in ``/v
# - :height: of the terminal
# - :timeout: seconds to close the terminal if no input has been received
:vnc:
:command: /bin/login
:width: 800
:height: 600
:timeout: 300
:command: /bin/login
:width: 800
:height: 600
:timeout: 300
##############################################################################
# Mapper Options
##############################################################################
#
# Default filesystem format for LXD-driver formatted disks. Value should be
# the same as would be in mkfs -t $filesystem $device
:filesystem: ext4
################################################################################
# OpenNebula Configuration Options
################################################################################
#
# Default path for the datastores. This only need to be change if the
# Default path for the datastores. This only need to be change if the
# corresponding value in oned.conf has been modified.
:datastore_location: /var/lib/one/datastores
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A complete list of solved issues for 5.8.3 can be found in the `project developm

The following new features has been backported to 5.8.3:

- `Description <https://github.com/OpenNebula/one/issues/XXXX>`__.
- `Support for volatile disks on LXD <https://github.com/OpenNebula/one/issues/3297>`__.

The following issues has been solved in 5.8.3:

Expand Down

0 comments on commit 13e088a

Please sign in to comment.