Skip to content

Commit

Permalink
F OpenNebula/one#3147: Document CEPH_TRASH (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel authored and Ruben S. Montero committed Sep 26, 2019
1 parent 543654f commit 299cf84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/deployment/open_cloud_storage_setup/ceph_ds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ To use your Ceph cluster with the OpenNebula, you need to define a System and Im
+------------------+---------------------------------------------------------+-----------+
| ``EC_POOL_NAME`` | Name of Ceph erasure coded pool | NO |
+------------------+---------------------------------------------------------+-----------+
| ``CEPH_TRASH`` | Enables `trash` feature on given datastore (Luminous+), | NO |
| | values: `yes|no` | |
+------------------+---------------------------------------------------------+-----------+

.. note:: You may add another Image and System Datastores pointing to other pools with different allocation/replication policies in Ceph.

Expand Down
1 change: 1 addition & 0 deletions source/intro_release_notes/release_notes/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Storage
- **Custom block size for Datablocks**, to allow users to modify block size for dd commands used for :ref:`Ceph <ceph_ds>`, :ref:`Fs <fs_ds>` and :ref:`LVM datastore drivers <lvm_drivers>`.
- **Configurable VM monitoring**, you can configure the frequency to monitor VM disk usage in datastores drivers (:ref:`Fs <fs_ds>` and :ref:`LVM <lvm_drivers>`). Check :ref:`the oned.conf reference guide <oned_conf>`.
- **Extensible mixed modes**, different TM drivers can be easily combined by implementing custom driver actions for any combination. Check the :ref:`storage integration guide for more details <mixed-tm-modes>`.
- **Support for Trash in Ceph datastore**, `Allows user to send disks to the trash instead of removing them <https://github.com/OpenNebula/one/issues/3147>`_.

Networking
--------------------------------------------------------------------------------
Expand Down

0 comments on commit 299cf84

Please sign in to comment.