Re: [ceph-users] Secure way to wipe a Ceph cluster

2018-08-10 Thread Janne Johansson
Den fre 27 juli 2018 kl 21:20 skrev Patrick Donnelly :

>
> > as part of deprovisioning customers, we regularly have the task of
> > wiping their Ceph clusters. Is there a certifiable, GDPR compliant way
> > to do so without physically shredding the disks?
>
> This should work and should be as fast as it can be:
> wipefs -a /dev/sdX
> shred /dev/sdX
>
> Whether or not that's "GDPR compliant" will depend on external
> certification, I guess.
>
> (The issues might be that you can't guarantee all blocks in an SSD/HDD
> are actually erased because the device firmware may retire bad blocks
> and make them inaccessible. It may not be possible for the device to
> physically destroy those blocks either even with SMART directives. You
> may be stuck with an industrial shredder to be compliant if the rules
> are stringent.)
>
>
This is an issue that annoys me really much. If you run dban ISO wipe, or
the above
commands, or dd /dev/random to each and every usable sector of the drive,
it will be
super-cleaned. I would dare say that none on this maillist could get useful
data out of
it to save their lives, and the lives of their family members.

Still people (and/or auditors who make a living out of this) will invent
ways for hard drive
heads to be slightly out of alignment or remapped sectors that would show
up magically
at auditing time but not in any other case.

So if you wipe,overwrite,rewrite and do all the magic tricks to make each
read byte on the
drive give you new data and none of the old I (personally) think it should
be compliantly
wiped and anyone that "knows" a way to get the drive to magically start
serving old stale
ceph data via the OSDs are quite welcome to provide me with such a program.
I will make
a killing on backup / restore that utilizes this kind of magic to get wiped
data back.

Not that I am any kind of laywer or anything, but if a customer needs to
run a ton of data
over ceph (or any other storage) and demands wiping on the way out, it
would either be
for them to pay enough so you can destruct the drives and replace them, or
they should
only write down encrypted data (should be easy for VMs with ceph backend
storage) and
then throw away the key to the data which you never saw.

Not doing their part to prevent reading of said data, and not paying you
for costs which
compliance says is unavoidable if no wiping is ever good enough seems like
a poor
relationship and only drives such customers to some provider that will be
prone to lie to
them in order to not push the real costs over to customers.

-- 
May the most significant bit of your life be positive.
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Secure way to wipe a Ceph cluster

2018-07-27 Thread Patrick Donnelly
Hello Christopher,

On Fri, Jul 27, 2018 at 12:00 AM, Christopher Kunz
 wrote:
> Hello all,
>
> as part of deprovisioning customers, we regularly have the task of
> wiping their Ceph clusters. Is there a certifiable, GDPR compliant way
> to do so without physically shredding the disks?

This should work and should be as fast as it can be:

wipefs -a /dev/sdX
shred /dev/sdX

Whether or not that's "GDPR compliant" will depend on external
certification, I guess.

(The issues might be that you can't guarantee all blocks in an SSD/HDD
are actually erased because the device firmware may retire bad blocks
and make them inaccessible. It may not be possible for the device to
physically destroy those blocks either even with SMART directives. You
may be stuck with an industrial shredder to be compliant if the rules
are stringent.)

-- 
Patrick Donnelly
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Secure way to wipe a Ceph cluster

2018-07-27 Thread Daniel Gryniewicz

On 07/27/2018 03:03 AM, Robert Sander wrote:

Hi,

On 27.07.2018 09:00, Christopher Kunz wrote:


as part of deprovisioning customers, we regularly have the task of
wiping their Ceph clusters. Is there a certifiable, GDPR compliant way
to do so without physically shredding the disks?


In the past I have used DBAN from https://dban.org/, but they seem to
follow a more commercial business model now.



Encrypt the drives, and shred the keys?

Daniel
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Secure way to wipe a Ceph cluster

2018-07-27 Thread Robert Sander
Hi,

On 27.07.2018 09:00, Christopher Kunz wrote:
> 
> as part of deprovisioning customers, we regularly have the task of
> wiping their Ceph clusters. Is there a certifiable, GDPR compliant way
> to do so without physically shredding the disks?

In the past I have used DBAN from https://dban.org/, but they seem to
follow a more commercial business model now.

Regards
-- 
Robert Sander
Heinlein Support GmbH
Schwedter Str. 8/9b, 10119 Berlin

https://www.heinlein-support.de

Tel: 030 / 405051-43
Fax: 030 / 405051-19

Amtsgericht Berlin-Charlottenburg - HRB 93818 B
Geschäftsführer: Peer Heinlein - Sitz: Berlin



signature.asc
Description: OpenPGP digital signature
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com