2 Commits

Author SHA1 Message Date
Vipin Balachandran
a49711f6dd Newton release notes cleanup
Rephrasing some of the Newton release notes for clarity.
Also, fixing wrong section name in one of the release
notes.

Change-Id: Ic5371b04c369959d4ac9d769125dfe18b3d4d82f
2016-09-13 10:55:46 +05:30
Cao ShuFeng
50e1f161fb Fix size exceed of dd action when clearing a volume
This patch closes a bug that may result in "No space left" error
of dd command.

If user set the config item volume_clear_size to larger value than
a size of a volume, the "dd" command will get "No space left"
error when deleting the volume.
This change rejects volume_clear_size settings that are larger
than 1GiB, because there isn't really a reason to set that.
That would be safer all-around.

DocImpact

Closes-Bug: #1588310
Change-Id: I690d62bc728c85c9795a87f84b52f1a14474933d
2016-08-03 09:31:34 -04:00