cinder/doc/source/admin
Gorka Eguileor bb8771436e Add explanations on safe delete
We keep seeing people concerned about data leakage and thorough deletion
of data from volumes on volume deletion [1][2], and Cinder currently
only worries about the data leakage, not the stealing of the physical
disks.

In order to clarify this for administrators and to reduce the number of
specs proposed to address this issue we are adding additional
documentation on security aspects as well as data leakage.

This patch was decided as an action from the discussion during the
Wallaby PTG [3].

[1]: https://review.opendev.org/#/c/758375/
[2]: https://review.opendev.org/#/c/759553/
[3]: https://wiki.openstack.org/wiki/CinderWallabyPTGSummary#Two_proposed_specs_on_the_same_topic_.28mutually_assured_destruction.29

Change-Id: I9f8d413cf8337e75241ad24c85692135b34a17fc
Implements: blueprint specify-data-secure-deletion
2021-03-17 14:04:20 +01:00
..
README.rst [Docs] Add documentation contribution docs 2017-08-10 15:52:46 -05:00
blockstorage-accelerate-image-compression.rst Add doc page for accelerate image compression 2019-09-23 11:37:28 +08:00
blockstorage-api-throughput.rst Migrate the blockstorage admin-guide to Cinder 2017-07-08 12:44:49 -05:00
blockstorage-availability-zone-type.rst Support availability-zone type 2018-05-17 12:09:12 +00:00
blockstorage-backup-disks.rst TrivialFix: Delete word ‘I’ in admin/blockstorage-backup-disks.rst 2017-12-06 10:04:59 +08:00
blockstorage-basic-volume-qos.rst Add documentation page for basic volume quality of service 2018-06-12 22:57:51 +00:00
blockstorage-boot-from-volume.rst Fix link error in 'Boot from volume' doc 2018-02-09 15:14:27 +08:00
blockstorage-capacity-based-qos.rst Capacity based QoS doc 2020-09-03 15:15:56 +05:30
blockstorage-consistency-groups.rst add missing comma 2018-10-31 08:59:44 +00:00
blockstorage-driver-filter-weighing.rst Improve documentation of goodness/filter function 2019-02-25 11:37:51 +00:00
blockstorage-get-capabilities.rst Fix doc output examples 2018-10-09 11:23:35 +00:00
blockstorage-groups.rst Small doc updates: canonical URLs, rally doc, etc 2019-06-04 17:57:16 +02:00
blockstorage-image-volume-cache.rst Migrate the blockstorage admin-guide to Cinder 2017-07-08 12:44:49 -05:00
blockstorage-lio-iscsi-support.rst Use new target_* options in documentation 2019-03-01 09:52:41 +00:00
blockstorage-manage-volumes.rst Docs: Make links more robust 2019-08-10 10:49:23 +02:00
blockstorage-multi-backend.rst doc: fixes typo in multi backend configration doc 2019-12-18 21:16:32 +05:30
blockstorage-nfs-backend.rst Update install docs to match default NFS config 2019-02-05 15:09:44 -06:00
blockstorage-over-subscription.rst [Doc] Fix typos 2019-01-11 16:49:53 +08:00
blockstorage-ratelimit-volume-copy-bandwidth.rst Fix doc: s/cgroup-bin/cgroup-tools/ 2020-05-01 13:25:11 +02:00
blockstorage-security.rst Add explanations on safe delete 2021-03-17 14:04:20 +01:00
blockstorage-troubleshoot.rst Remove Dell EMC PS Series Driver 2020-01-23 11:19:22 -06:00
blockstorage-volume-backed-image.rst Remove Glance v1 API support 2017-09-08 17:13:14 -05:00
blockstorage-volume-backups-export-import.rst Migrate the blockstorage admin-guide to Cinder 2017-07-08 12:44:49 -05:00
blockstorage-volume-backups.rst Merge "Support modern compression algorithms in cinder backup" 2020-09-04 16:13:42 +00:00
blockstorage-volume-migration.rst Docs: Make links more robust 2019-08-10 10:49:23 +02:00
blockstorage-volume-multiattach.rst Remove docs for --allow-multiattach 2019-04-18 12:19:25 -05:00
blockstorage-volume-number-weigher.rst Migrate the blockstorage admin-guide to Cinder 2017-07-08 12:44:49 -05:00
generalized_filters.rst Doc8: Stop skipping D001: Line too long 2019-02-19 16:51:56 -06:00
index.rst Add explanations on safe delete 2021-03-17 14:04:20 +01:00
ts-HTTP-bad-req-in-cinder-vol-log.rst Migrate the blockstorage admin-guide to Cinder 2017-07-08 12:44:49 -05:00
ts-cinder-config.rst docs: fixes wrong config file reference 2020-06-10 17:37:47 +05:30
ts-duplicate-3par-host.rst Migrate the blockstorage admin-guide to Cinder 2017-07-08 12:44:49 -05:00
ts-failed-attach-vol-after-detach.rst Migrate the blockstorage admin-guide to Cinder 2017-07-08 12:44:49 -05:00
ts-failed-attach-vol-no-sysfsutils.rst Migrate the blockstorage admin-guide to Cinder 2017-07-08 12:44:49 -05:00
ts-failed-connect-vol-FC-SAN.rst Migrate the blockstorage admin-guide to Cinder 2017-07-08 12:44:49 -05:00
ts-multipath-warn.rst Migrate the blockstorage admin-guide to Cinder 2017-07-08 12:44:49 -05:00
ts-no-emulator-x86-64.rst Migrate the blockstorage admin-guide to Cinder 2017-07-08 12:44:49 -05:00
ts-non-existent-host.rst Migrate the blockstorage admin-guide to Cinder 2017-07-08 12:44:49 -05:00
ts-non-existent-vlun.rst Migrate the blockstorage admin-guide to Cinder 2017-07-08 12:44:49 -05:00

README.rst

Cinder Administration Documentation (source/admin)

Introduction:

This directory is intended to hold any documentation that relates to how to run or operate Cinder. Previously, this content was in the admin-guide section of openstack-manuals.

The full spec for organization of documentation may be seen in the OS Manuals Migration Spec <https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html>.