All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] Volume group inconsistent
@ 2015-02-07 15:47 Marcos Dutra
  2015-02-09  9:34 ` Zdenek Kabelac
  0 siblings, 1 reply; 12+ messages in thread
From: Marcos Dutra @ 2015-02-07 15:47 UTC (permalink / raw)
  To: LVM general discussion and development

[-- Attachment #1: Type: text/plain, Size: 1975 bytes --]

Hi everybody,

Yesterday some storage discs of my VG was with missing status
/dev/mapper/plt-01                                        platinum
lvm2 a-m  500.00g   24.95g
  /dev/mapper/plt-02                                        platinum
lvm2 a-m  500.00g   12.93g

I tried recover the discs and I used the command:
# vgextend --restoremissing platinum /dev/mapper/plt-01

It worked, removing missing status, but I did a big mistake, i tried to run
this command with multiple discs:
# vgextend --restoremissing platinum /dev/mapper/plt-0[2-9]

After that when I ran pvs command the output shows me checksum error:
  /dev/mapper/plt-04: Checksum error
  /dev/mapper/plt-06: Checksum error
  /dev/mapper/plt-01: Checksum error
  Couldn't read volume group metadata.
  /dev/mapper/plt-02: Checksum error
  Couldn't read volume group metadata.
  /dev/mapper/plt-03: Checksum error

I tried restore metadata without success:
# vgcfgrestore -f platinum_02336-1600706364.vg platinum
  /dev/mapper/plt-03: Checksum error
  /dev/mapper/plt-22: Checksum error
  /dev/mapper/plt-19: Checksum error
  /dev/mapper/plt-16: Checksum error
  /dev/mapper/plt-13: Checksum error
  /dev/mapper/plt-11: Checksum error
  /dev/mapper/plt-09: Checksum error
  /dev/mapper/plt-07: Checksum error
  /dev/mapper/plt-01: Checksum error
  /dev/mapper/plt-05: Checksum error
  /dev/mapper/plt-25: Checksum error
  /dev/mapper/plt-23: Checksum error
  /dev/mapper/plt-20: Checksum error
  /dev/mapper/plt-17: Checksum error
  /dev/mapper/plt-14: Checksum error
  /dev/mapper/plt-02: Checksum error
  /dev/mapper/plt-24: Checksum error
  /dev/mapper/plt-21: Checksum error
  /dev/mapper/plt-18: Checksum error
  /dev/mapper/plt-12: Checksum error
  /dev/mapper/plt-10: Checksum error
  /dev/mapper/plt-08: Checksum error
  /dev/mapper/plt-04: Checksum error
  /dev/mapper/plt-06: Checksum error
  Cannot restore Volume Group platinum with 24 PVs marked as missing.
  Restore failed.

Thanks for help me.

[-- Attachment #2: Type: text/html, Size: 2725 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [linux-lvm] Volume group inconsistent
  2015-02-07 15:47 [linux-lvm] Volume group inconsistent Marcos Dutra
@ 2015-02-09  9:34 ` Zdenek Kabelac
  2015-02-09 16:37   ` Marcos Dutra
  0 siblings, 1 reply; 12+ messages in thread
From: Zdenek Kabelac @ 2015-02-09  9:34 UTC (permalink / raw)
  To: LVM general discussion and development

Dne 7.2.2015 v 16:47 Marcos Dutra napsal(a):
> Hi everybody,
>
> Yesterday some storage discs of my VG was with missing status
> /dev/mapper/plt-01                                        platinum       lvm2
> a-m  500.00g   24.95g
>    /dev/mapper/plt-02                                        platinum
> lvm2 a-m  500.00g   12.93g
>
> I tried recover the discs and I used the command:
> # vgextend --restoremissing platinum /dev/mapper/plt-01
>
> It worked, removing missing status, but I did a big mistake, i tried to run
> this command with multiple discs:
> # vgextend --restoremissing platinum /dev/mapper/plt-0[2-9]
>
> After that when I ran pvs command the output shows me checksum error:
>    /dev/mapper/plt-04: Checksum error
>    /dev/mapper/plt-06: Checksum error
>    /dev/mapper/plt-01: Checksum error
>    Couldn't read volume group metadata.
>    /dev/mapper/plt-02: Checksum error
>    Couldn't read volume group metadata.
>    /dev/mapper/plt-03: Checksum error
>
> I tried restore metadata without success:
> # vgcfgrestore -f platinum_02336-1600706364.vg
> <http://platinum_02336-1600706364.vg> platinum


Without having access to your current metadata - it's hard to give
proper advice.


So please attach  'vgcfgbackup' of your current setup.

Have you tried to 'extend' your existing vg   'plt' with referencing LVs from 
itself???
Is 'plt' VG ?

Zdenek

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [linux-lvm] Volume group inconsistent
  2015-02-09  9:34 ` Zdenek Kabelac
@ 2015-02-09 16:37   ` Marcos Dutra
  2015-02-11 11:17     ` service hofman
  2015-02-11 14:27     ` Zdenek Kabelac
  0 siblings, 2 replies; 12+ messages in thread
From: Marcos Dutra @ 2015-02-09 16:37 UTC (permalink / raw)
  To: LVM general discussion and development


[-- Attachment #1.1: Type: text/plain, Size: 2175 bytes --]

Hi Zdenek,

I attached 2 files, one with missing status and another my backup today. I
restored my vg from backup but I still have problem, if I create some new
lv volumes, vg status come back with missing status, I don't know why.
Since saturday night I don't create any volumes in this vg and I don't have
any missing status until now, but I would like come back to create new lv
in this volume.
My server is centos-6.6 with lastest updates.

Thanks

Marcos Dutra

2015-02-09 7:34 GMT-02:00 Zdenek Kabelac <zkabelac@redhat.com>:

> Dne 7.2.2015 v 16:47 Marcos Dutra napsal(a):
>
>> Hi everybody,
>>
>> Yesterday some storage discs of my VG was with missing status
>> /dev/mapper/plt-01                                        platinum
>>  lvm2
>> a-m  500.00g   24.95g
>>    /dev/mapper/plt-02                                        platinum
>> lvm2 a-m  500.00g   12.93g
>>
>> I tried recover the discs and I used the command:
>> # vgextend --restoremissing platinum /dev/mapper/plt-01
>>
>> It worked, removing missing status, but I did a big mistake, i tried to
>> run
>> this command with multiple discs:
>> # vgextend --restoremissing platinum /dev/mapper/plt-0[2-9]
>>
>> After that when I ran pvs command the output shows me checksum error:
>>    /dev/mapper/plt-04: Checksum error
>>    /dev/mapper/plt-06: Checksum error
>>    /dev/mapper/plt-01: Checksum error
>>    Couldn't read volume group metadata.
>>    /dev/mapper/plt-02: Checksum error
>>    Couldn't read volume group metadata.
>>    /dev/mapper/plt-03: Checksum error
>>
>> I tried restore metadata without success:
>> # vgcfgrestore -f platinum_02336-1600706364.vg
>> <http://platinum_02336-1600706364.vg> platinum
>>
>
>
> Without having access to your current metadata - it's hard to give
> proper advice.
>
>
> So please attach  'vgcfgbackup' of your current setup.
>
> Have you tried to 'extend' your existing vg   'plt' with referencing LVs
> from itself???
> Is 'plt' VG ?
>
> Zdenek
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>

[-- Attachment #1.2: Type: text/html, Size: 3297 bytes --]

[-- Attachment #2: platinum_after_missing.vg --]
[-- Type: application/octet-stream, Size: 210000 bytes --]

# Generated by LVM2 version 2.02.111(2)-RHEL6 (2014-09-01): Fri Feb  6 12:03:05 2015

contents = "Text Format Volume Group"
version = 1

description = "Created *before* executing '/sbin/vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix platinum'"

creation_host = "platinum_server"	# Linux platinum_server 2.6.32-504.3.3.el6.x86_64 #1 SMP Wed Dec 17 01:55:02 UTC 2014 x86_64
creation_time = 1423231385	# Fri Feb  6 12:03:05 2015

platinum {
	id = "eDZJjd-IQ8l-74Io-9p5s-1GgZ-dei3-FccacS"
	seqno = 2362
	format = "lvm2"			# informational
	status = ["RESIZEABLE", "READ", "WRITE"]
	flags = []
	extent_size = 8192		# 4 Megabytes
	max_lv = 0
	max_pv = 0
	metadata_copies = 0

	physical_volumes {

		pv0 {
			id = "N7lOu9-Ahjn-lf19-WVFW-xglN-yfL6-KOOw6O"
			device = "/dev/mapper/plt-01"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv1 {
			id = "rZH6ov-Lu2u-mOV8-BWp9-pSHk-ilLP-3RB2fP"
			device = "/dev/mapper/plt-02"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv2 {
			id = "K8nVDV-1iym-ymy1-8ZY8-9iv5-bt1j-mSaL5g"
			device = "/dev/mapper/plt-03"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv3 {
			id = "eydrKt-31Cs-BZjz-EmOk-KMUi-6f2Z-50Jrgx"
			device = "/dev/mapper/plt-04"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv4 {
			id = "3NY2Lp-dJ5k-ic5O-5A2p-k0q9-rMDd-rb5edb"
			device = "/dev/mapper/plt-05"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv5 {
			id = "L1BUTb-jvwM-ep4p-Fp5U-kQx7-A5d3-7S1mIB"
			device = "/dev/mapper/plt-06"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv6 {
			id = "ErEU7G-bm8I-yJmb-nBm2-W2rN-que6-2BVpq9"
			device = "/dev/mapper/plt-07"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv7 {
			id = "k1UIyV-hfch-YmNY-ePDf-iWWk-SjyE-1J6bsH"
			device = "/dev/mapper/plt-08"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv8 {
			id = "m28wby-nl4Q-8J8A-0VZg-G9KE-TZyP-84KkLQ"
			device = "/dev/mapper/plt-09"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv9 {
			id = "ZHzjFi-D0UI-yamO-yq3F-KT6E-siCs-mPcLSi"
			device = "/dev/mapper/plt-10"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv10 {
			id = "bdDp2x-Elz2-V92Z-hq7g-PuJ5-M2ZF-K1pQpP"
			device = "/dev/mapper/plt-11"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv11 {
			id = "difE8l-vZaJ-tIxR-sMVg-Y9Sf-WWoB-pNuh67"
			device = "/dev/mapper/plt-12"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv12 {
			id = "FkQemi-7X35-8jnP-OaB0-Txxk-73qN-WLDJHT"
			device = "/dev/mapper/plt-13"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv13 {
			id = "lNiNmV-CFL3-Gf1R-NpFK-EYvh-dnyE-NP1RQn"
			device = "/dev/mapper/plt-14"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv14 {
			id = "D7UpAp-mlPH-n7Ck-48gK-Pik5-QDzk-WcWxYg"
			device = "/dev/mapper/plt-16"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv15 {
			id = "56yhn5-QXYS-4gdf-3JBZ-7n25-CrLn-I3Aebj"
			device = "/dev/mapper/plt-17"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv16 {
			id = "dqQJ80-jHYR-CtZm-vqXB-F9k2-e2jz-FiIEfz"
			device = "/dev/mapper/plt-18"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv17 {
			id = "p94USz-Mbco-MBUl-2CWs-3dyL-oFHf-g6BSj2"
			device = "/dev/mapper/plt-19"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv18 {
			id = "HBDfaZ-bjD5-hwfb-FCHC-VIAD-D6Wn-ZaCJEO"
			device = "/dev/mapper/plt-20"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv19 {
			id = "CNv9aR-HRXy-edxC-6rny-hByC-jt1o-JSEujm"
			device = "/dev/mapper/plt-21"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv20 {
			id = "5yxoPv-VeSZ-UUGt-5rc9-Jkaq-Eso9-sEk1OO"
			device = "/dev/mapper/plt-22"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv21 {
			id = "Crcn1f-s015-gd12-wcuF-QFaJ-4H2k-fVJcQ9"
			device = "/dev/mapper/plt-23"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv22 {
			id = "ngEiQw-vldC-Rjn2-VsxX-zLIL-54GH-ZD4svU"
			device = "/dev/mapper/plt-24"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv23 {
			id = "CEPd6z-Bklc-BNsq-pqcn-SMhu-jdVS-6GIPI6"
			device = "/dev/mapper/plt-25"	# Hint only

			status = ["ALLOCATABLE"]
			flags = ["MISSING"]
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv24 {
			id = "D8aEQf-2CVS-oyVE-t40G-kOd7-eUe5-SkCe8V"
			device = "/dev/mapper/plt-34"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv25 {
			id = "DREZ1A-MXUM-wfIS-iXqJ-c1n8-sfZ7-SuMvrn"
			device = "/dev/mapper/plt-35"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv26 {
			id = "UpP8rR-pJcS-dFDi-j7oR-HIdp-sy7g-cH8kCS"
			device = "/dev/mapper/plt-36"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv27 {
			id = "L2DVWj-fazf-R1sc-yOKr-3bnn-f4Mc-y3ne5p"
			device = "/dev/mapper/plt-37"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv28 {
			id = "tKy7r7-072b-C82s-I0Pn-Q8WI-Vt9K-QnCcfe"
			device = "/dev/mapper/plt-38"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv29 {
			id = "5pBRx0-msRE-uLHu-Ez9m-hRDZ-rZCi-1Hw45u"
			device = "/dev/mapper/plt-39"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv30 {
			id = "V91N5L-pcNl-w5Mn-Ffbq-0dpj-iHHm-1uQHr2"
			device = "/dev/mapper/plt-40"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv31 {
			id = "gfPFii-P1bi-S3BW-EEFx-tWa9-7CZl-DI3G4m"
			device = "/dev/mapper/plt-41"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv32 {
			id = "n0ZG8W-6Gz8-6eop-0WEE-1Kc7-vpFN-UgbwjE"
			device = "/dev/mapper/plt-43"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv33 {
			id = "2DIWf2-csO8-JlO2-gKdP-sP9o-CE7f-SHHoHh"
			device = "/dev/mapper/plt-44"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv34 {
			id = "gP0np1-vBfS-pAPV-b99Y-4Vsg-f705-E9cePG"
			device = "/dev/mapper/plt-45"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv35 {
			id = "LMOqZy-DmvM-uDs6-swPm-cFRq-RSVh-rkw7or"
			device = "/dev/mapper/plt-46"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv36 {
			id = "rDgRkV-hsqv-jvVA-BwMv-loO6-45r2-ibJgwc"
			device = "/dev/mapper/plt-47"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv37 {
			id = "3KQone-3l8J-e3Jo-U0mE-kF6k-nJeF-To8Wsf"
			device = "/dev/mapper/plt-48"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv38 {
			id = "Dps0xt-evhx-FXC9-8zpB-Xmmf-0js3-oFZuH2"
			device = "/dev/mapper/plt-49"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv39 {
			id = "9K1ujs-N584-UJCJ-jdfi-bpi5-zjNv-ABWbc1"
			device = "/dev/mapper/plt-50"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv40 {
			id = "cnTA9R-ZbFn-cVLW-4hRd-n7pV-8qTt-StShCc"
			device = "/dev/mapper/plt-51"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv41 {
			id = "L6wcCd-9FGL-esVI-K75k-BNwH-gDud-NPV3nC"
			device = "/dev/mapper/plt-52"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv42 {
			id = "shsP7z-yerN-30YP-9SgR-oaUr-XOQ1-48BSnU"
			device = "/dev/mapper/plt-53"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv43 {
			id = "Pcjh1b-Mfew-yMZ7-xEiQ-Svrh-mF7s-dhkS5c"
			device = "/dev/mapper/plt-57"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv44 {
			id = "iDIpJt-Mz07-54XD-S5zx-rJCw-oqZf-GAgtC8"
			device = "/dev/mapper/plt-58"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv45 {
			id = "V3yPgv-m69H-LTfx-EUjT-AiuM-Tg71-umxjIi"
			device = "/dev/mapper/plt-59"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv46 {
			id = "0hCR5C-WwGk-W9NA-YC2v-MmiC-pg6l-2hvbAj"
			device = "/dev/mapper/plt-60"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv47 {
			id = "R74Lwn-MfF7-60HE-NC3B-XpJC-ysaM-GaKO5Z"
			device = "/dev/mapper/plt-61"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv48 {
			id = "6hEVqa-yz3M-1C8C-E0Is-qkk3-aXVj-dXwzxK"
			device = "/dev/mapper/plt-62"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv49 {
			id = "sbdwBN-SMp8-yf8K-LLYU-OPr6-eb1F-12khJ2"
			device = "/dev/mapper/plt-63"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv50 {
			id = "uRG5tI-FPuu-Cz06-GYUx-fJgH-qfsT-hecMTf"
			device = "/dev/mapper/plt-64"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv51 {
			id = "z5WI9T-XDZL-M55q-xh2P-sL1l-U74j-VPm93C"
			device = "/dev/mapper/plt-68"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv52 {
			id = "XL9K5I-rFtw-7hzd-7eDq-0Cpj-T0uk-S4GPM1"
			device = "/dev/mapper/plt-69"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv53 {
			id = "v29TpU-bv0R-7PJL-gDj0-qYyY-2gAZ-15TYOE"
			device = "/dev/mapper/plt-70"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv54 {
			id = "R3hSyp-HS4j-OJfy-OfU3-46C5-eHpi-0WFi0D"
			device = "/dev/mapper/plt-71"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv55 {
			id = "t8e8I8-hBye-j7Ew-9pcz-3opV-qjjH-5KZcvm"
			device = "/dev/mapper/plt-72"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv56 {
			id = "huto9V-DjM5-tpdT-l1CX-HLpV-qMky-Ysviq5"
			device = "/dev/mapper/plt-73"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv57 {
			id = "vNDvk9-OCz3-aWlS-mrPI-Bgv2-pG8X-TdSSTN"
			device = "/dev/mapper/plt-74"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv58 {
			id = "fdfkPy-ZIDn-TB1m-yT6X-AdN0-QLef-vXLHlQ"
			device = "/dev/mapper/plt-75"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv59 {
			id = "BDeneO-YPqE-Gujq-cSPx-ZzLk-rV4m-MFVzQI"
			device = "/dev/mapper/plt-76"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv60 {
			id = "enWhni-3E6G-8Fa9-t3iN-oYE8-NNcy-YgBM7K"
			device = "/dev/mapper/plt-77"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv61 {
			id = "vj4waX-aH1U-XodY-tJut-O3Kr-1sMp-x92wvU"
			device = "/dev/mapper/plt-78"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv62 {
			id = "fXsaH7-nHkF-HVy3-hY3V-qYmS-UKlU-eChvbd"
			device = "/dev/mapper/plt-83"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv63 {
			id = "RV9wxk-dlVn-Ht1R-L1hY-EAZe-R8Gb-r82tGF"
			device = "/dev/mapper/plt-84"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv64 {
			id = "TFSqaf-Wd6b-9w2r-8ZLp-rVN9-5851-0qNX0z"
			device = "/dev/mapper/plt-85"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv65 {
			id = "fgaPxq-TwWL-GnFU-0ncs-M6Rc-iMTb-8o4VNc"
			device = "/dev/mapper/plt-86"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}
	}

	logical_volumes {

		volume-a2d55040-a597-419b-95b6-403f5b287773 {
			id = "GA9jj9-hooD-Au8T-23Bw-LNox-LkWF-G1TUG6"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "brasilia"
			creation_time = 1409946331	# 2014-09-05 16:45:31 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 1024	# 4 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 30730
				]
			}
		}

		teste {
			id = "E639YV-sb0S-sUA7-Sfbx-WmIM-Wo33-TBSmV2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410293554	# 2014-09-09 17:12:34 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 41994
				]
			}
		}

		volume-7422ea40-d1cf-4db7-8fb4-75e62d48ce96 {
			id = "ffVZ5d-HIkb-oquk-M80m-2Iuo-W0UJ-JPUw9W"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447204	# 2014-09-11 11:53:24 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 44554
				]
			}
		}

		volume-8991767a-284f-43dd-98b4-7d94655d75a4 {
			id = "J2uzSi-09zv-Xk0C-4Fko-WwRF-Zgw7-3qjt3w"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447260	# 2014-09-11 11:54:20 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 57354
				]
			}
		}

		volume-a453cab4-c924-469f-8997-2eb6d02f9f3a {
			id = "yN6Txm-ge30-ecPX-0yWv-4Ms2-8aYe-7NvZUp"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447828	# 2014-09-11 12:03:48 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 70154
				]
			}
		}

		volume-07b5afca-38f0-42b7-beb3-2fbbd7ec3c12 {
			id = "5zd1dI-aL0s-Mx4x-fe69-rCRB-fPd3-ernk70"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447866	# 2014-09-11 12:04:26 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 3840	# 15 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 95754
				]
			}
		}

		volume-e1cf22bd-6dde-4557-8722-a0b0e244d766 {
			id = "09Vewh-UNZQ-6Rh9-1Upg-kLJx-5APH-4plotA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447908	# 2014-09-11 12:05:08 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 99594
				]
			}
		}

		volume-bfcae0d6-4852-4791-ad92-f49b35828951 {
			id = "1j5KNn-qHGL-6mSo-ddPd-gDm2-Fhms-3ImxmX"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447938	# 2014-09-11 12:05:38 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 1280	# 5 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 39434
				]
			}
		}

		volume-2f41ac0d-6768-461f-92e9-fd01fabccba2 {
			id = "FRCfbP-1Qnh-1DWM-IXHE-ok1x-wzXJ-YJfzZl"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447972	# 2014-09-11 12:06:12 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 3840	# 15 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 112394
				]
			}
		}

		volume-e792bc76-1fb8-4a9a-a4c3-52c6310ae010 {
			id = "dttzbE-mkoh-5LTs-U1y2-2Wx5-vg8I-utqM0A"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410539621	# 2014-09-12 13:33:41 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 0
				]
			}
		}

		volume-1a103f33-3fb4-4642-aa2a-0187b9bfd83b {
			id = "wfTveD-0ZZX-45I1-aQAd-Ge04-Lf5B-e5bub5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410664038	# 2014-09-14 00:07:18 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 36874
				]
			}
		}

		plt_monitor {
			id = "syM5Nh-HV5r-W7K4-o6F9-JZc2-zFte-R8jrc5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410791418	# 2014-09-15 11:30:18 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 256	# 1024 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 40714
				]
			}
		}

		volume-802e35de-a2ed-4e0b-a6a3-0bdfdfcca768 {
			id = "s1sXKd-hJ23-coWZ-ytKe-JOfZ-JCOe-qpRd8d"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410810787	# 2014-09-15 16:53:07 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 107520
				]
			}
		}

		volume-bcf77246-80ea-4845-bd8a-97598af36f8d {
			id = "G0fveJ-WLsT-7PMs-wLNh-yYOK-xjHh-6xcwfC"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410896884	# 2014-09-16 16:48:04 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 102400
				]
			}
		}

		volume-7fbb1b27-f338-4f89-9dbc-56c158b0640e {
			id = "fhWr9B-NVzz-qRdh-Lirm-bNZ2-Vh8I-cb9TUc"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410896973	# 2014-09-16 16:49:33 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 102400
				]
			}
		}

		volume-ae589de4-2953-4021-9700-4888577a34f4 {
			id = "7ju74X-bC8u-B11T-qTtN-7yNf-n2lK-L0y06D"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410900696	# 2014-09-16 17:51:36 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 122880
				]
			}
		}

		volume-211ac73a-5fdf-493d-86a6-06548d418496 {
			id = "iMCSRC-0hHb-rD67-9SjH-hO3H-3tb2-HEN8b0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410900774	# 2014-09-16 17:52:54 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 117760
				]
			}
		}

		volume-4061909f-3336-49e4-968d-1657ee218d67 {
			id = "eLM8gX-4PWx-eftT-Ba3q-qmow-vlaV-0B7MJ7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410900806	# 2014-09-16 17:53:26 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 76800
				]
			}
		}

		volume-bdb2db35-93f9-402f-b9ef-fd17070474d8 {
			id = "Te9E9a-xwML-M1RH-ZKJ9-TExa-emV9-rXr70B"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410900808	# 2014-09-16 17:53:28 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 115200
				]
			}
		}

		volume-d89383f1-e16f-4c98-9132-b3cc6fe0d86b {
			id = "6JBPFs-KlaS-mc8x-JxnS-boRk-dAPd-xsZAuk"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410900844	# 2014-09-16 17:54:04 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 89600
				]
			}
		}

		volume-ace4694d-92f2-47b4-ad2c-77f1efdd3324 {
			id = "dfMHYO-6vdA-9E7u-gdvC-2Cw5-BPFS-Qss1DW"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410901335	# 2014-09-16 18:02:15 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 0
				]
			}
		}

		volume-65c203aa-0cb0-4701-bd0f-2b811336ffe4 {
			id = "DEINtt-6K0z-mveJ-hvR1-N2LL-swsi-2ZY1UX"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410901411	# 2014-09-16 18:03:31 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 12800
				]
			}
		}

		volume-bc228b95-95cd-453d-abd4-c817f038893f {
			id = "SdLn2C-Yf7h-rDTR-ctau-m2jx-tPfw-F8KdLk"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410901453	# 2014-09-16 18:04:13 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 25600
				]
			}
		}

		volume-be47f4ab-b48a-4caf-87dd-63ded5d52822 {
			id = "80gMN8-4Zxq-aENj-h2Kb-oDE4-CrMs-QsR0yH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410901481	# 2014-09-16 18:04:41 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 38400
				]
			}
		}

		volume-7a7dbc58-4922-49e7-9f8e-6beab3526491 {
			id = "YSfyCU-vyrM-vtcN-1cVz-AjR1-h8UY-JPWL0q"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410901518	# 2014-09-16 18:05:18 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 51200
				]
			}
		}

		volume-a433d4b5-bee4-4b0b-8528-1b2758dddc7c {
			id = "IDnxsq-pFdY-HPQl-bd2e-WAQH-WHc1-Gp2rz3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410987715	# 2014-09-17 18:01:55 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 61440
				]
			}
		}

		volume-589ade92-d7ab-4e85-bc85-63e985e4ebfa {
			id = "jN6xK7-iVaq-M0dD-41ym-5Ncl-MARd-dl0VsA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410987762	# 2014-09-17 18:02:42 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 64000
				]
			}
		}

		volume-5ff8ee0b-6605-4091-beb7-5b0439ae3f28 {
			id = "3AYo2d-dHgx-L1L6-Hzsn-wUm3-H2ZZ-S9GnUk"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411050203	# 2014-09-18 11:23:23 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 25600
				]
			}
		}

		volume-aacfc901-ceb8-48f1-aa8f-4e68a9334b46 {
			id = "4DmFWA-CfR4-Ro3O-GW1u-wnmT-7vGQ-I0oIZw"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411071055	# 2014-09-18 17:10:55 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 0
				]
			}
		}

		volume-bf583ad8-1eb8-4409-8d02-9377faacae6d {
			id = "8hyrrf-70OV-4FFl-Y0A4-VSHb-k0xg-nrOVk2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411156852	# 2014-09-19 17:00:52 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 120320
				]
			}
		}

		volume-5f7125b2-d1e7-400a-8f9c-8607c28dc18b {
			id = "8rWUEC-Qvla-3u7R-bseM-1VyM-mRhN-7ft8Cb"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411383810	# 2014-09-22 08:03:30 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 33280
				]
			}
		}

		volume-ce7c2f01-6cab-46d3-9f55-a655d6009634 {
			id = "ThSGvv-HTOs-fHGV-TSaJ-hDek-RqWQ-GZrYod"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481484	# 2014-09-23 11:11:24 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 69120
				]
			}
		}

		volume-b445122c-6180-4b57-8302-e977a3a3859c {
			id = "VYRcng-LUmd-cTIa-KnJf-8ptV-BE19-Q27kM0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481555	# 2014-09-23 11:12:35 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 81920
				]
			}
		}

		volume-f54404be-5588-4ba6-a31d-a273f02850ab {
			id = "29hCuZ-6ZWd-0Yu3-qRxE-cFbu-CC4f-X427o9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481570	# 2014-09-23 11:12:50 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 94720
				]
			}
		}

		volume-d7756d2b-c200-4b59-b981-e500d7b7f6ac {
			id = "fKbJLe-JTof-Mu1v-8WPI-EWsl-k80Q-bOu6Ln"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481585	# 2014-09-23 11:13:05 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 107520
				]
			}
		}

		volume-b02009fc-543e-47b4-8793-43f78fa682b9 {
			id = "9RONGd-VkWJ-dCMj-fZbE-rChK-rxkO-w7QQkV"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481671	# 2014-09-23 11:14:31 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 0
				]
			}
		}

		volume-2a210637-5021-48ca-911a-47c32291ece7 {
			id = "bf3mfw-rCse-WhFJ-Wyey-6ieV-MSsA-2KYYOM"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481691	# 2014-09-23 11:14:51 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 7680
				]
			}
		}

		volume-a14fe357-0257-47cf-9f7f-0046b45dc77a {
			id = "Mxso5H-O5vf-0j1O-gwfX-iBEZ-mCjG-Dov75B"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481718	# 2014-09-23 11:15:18 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 122880
				]
			}
		}

		volume-7f3a360b-f05a-494e-888a-e90792fe6c36 {
			id = "IghZRz-C5f1-1hfZ-Tpft-0ftE-qWnq-eDMBlQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411489449	# 2014-09-23 13:24:09 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 15360
				]
			}
		}

		volume-29fef905-8444-4a22-a7f4-104a44175e47 {
			id = "PdPEXh-3Rc7-wbIa-y5tu-RChs-b2CV-ZKDmhO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411489514	# 2014-09-23 13:25:14 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 33280
				]
			}
		}

		volume-55405918-032f-4edb-aedb-c1165343f882 {
			id = "CnnHQQ-dKEH-75qW-1zrA-yWOC-C9Jp-Lc43dL"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411490691	# 2014-09-23 13:44:51 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 48640
				]
			}
		}

		volume-e9c371cc-1c23-4aad-a11d-3ccfcf4577ff {
			id = "hNVdgc-3aYj-2cOD-d8CW-00y4-BnW6-g6sJtJ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411490913	# 2014-09-23 13:48:33 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 53760
				]
			}
		}

		volume-df11da93-dc75-4f11-8d33-3349b0842e64 {
			id = "cI5TJI-5VtA-yhq3-Xz7i-7v0w-qfz4-qXgG7v"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411490933	# 2014-09-23 13:48:53 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 58880
				]
			}
		}

		volume-30107660-47e6-401c-bb50-c3864bb23823 {
			id = "xIYK27-Sp3u-64up-lC9N-b3uV-Xczz-8WVp6D"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411497617	# 2014-09-23 15:40:17 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 74240
				]
			}
		}

		volume-523e035c-12d5-4da2-912d-eb9d6fd289c0 {
			id = "MNsH3T-MYTG-beo1-2Hqp-AsEq-E0KO-9Cfvde"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411564770	# 2014-09-24 10:19:30 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 94720
				]
			}
		}

		volume-576814e5-4ffe-4809-82fd-5ba62ae9db73 {
			id = "2zcdAV-fN1z-biUs-Ruwv-NAqt-x0O4-NX82wM"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411571645	# 2014-09-24 12:14:05 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 51200	# 200 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv22", 0
				]
			}
		}

		_snapshot-da8db311-8b8d-4bd4-98f5-79f7923e3b29 {
			id = "UgtSS4-3bx2-1s5N-odD7-fGLV-KDPZ-odWLH4"
			status = ["READ", "WRITE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411578779	# 2014-09-24 14:12:59 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 3840	# 15 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 92160
				]
			}
		}

		volume-07622a6a-37b6-4e53-9d8f-ed26dd8f4940 {
			id = "qfjR6Z-zfbs-LNXj-AH1L-XiaM-JF4g-Nj9I12"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411580749	# 2014-09-24 14:45:49 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv22", 76800
				]
			}
		}

		volume-cb1de883-639c-4285-bf2b-bca1bcb880e5 {
			id = "R3qze3-bMWP-ayNW-angG-TvYo-zB5K-9l70Xg"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411662353	# 2014-09-25 13:25:53 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 51200
				]
			}
		}

		volume-ecea1e38-71d7-41a5-a78f-1718e399a391 {
			id = "28tPKy-LHQT-M9Qx-N40B-hGDn-Bjq8-X1dtBu"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411666531	# 2014-09-25 14:35:31 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 56320
				]
			}
		}

		volume-efdb848b-9d00-42ad-a26b-ff5af299b365 {
			id = "YvHC9Q-0OiL-eaYi-fyWu-cMfe-2jOF-qYn4Rs"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411666544	# 2014-09-25 14:35:44 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 61440
				]
			}
		}

		volume-82c3ab0e-40c6-49c3-b3bc-d590fe2cfc3e {
			id = "LwtOWb-4d2O-avcS-zSxP-ZLHD-Haf2-GV6vxl"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411916029	# 2014-09-28 11:53:49 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 81920
				]
			}
		}

		volume-784400e6-48bc-4f4b-9ef9-cdd7aa4c1da1 {
			id = "43mdWi-hhoU-50zN-vB31-aedJ-bMUk-33TVQc"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412101270	# 2014-09-30 15:21:10 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 64000
				]
			}
		}

		volume-8a1afe80-61c6-4186-a86b-210d9bd0c3e5 {
			id = "p0DxcB-KDGp-P0VC-a0BQ-tIff-9Vlw-hgu3Gj"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412101723	# 2014-09-30 15:28:43 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 102400
				]
			}
		}

		volume-4a408d87-4353-4449-96da-2931844f912d {
			id = "u6JHzO-Z1js-on5h-3cKP-3kMF-2TUe-M31wr7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412179054	# 2014-10-01 12:57:34 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 0
				]
			}
		}

		volume-0f710a8b-7ab7-4ea3-b952-db1a13434261 {
			id = "85Fe1h-r9mk-eP0x-PC93-0OOW-91U7-dgEzee"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412196766	# 2014-10-01 17:52:46 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 25600
				]
			}
		}

		volume-1e3fbbde-b779-4288-a428-f442231991a3 {
			id = "5LVVvn-Mscq-GjSA-9c2n-dQDJ-dAes-ejgCrs"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412196789	# 2014-10-01 17:53:09 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 35840
				]
			}
		}

		teste_perf {
			id = "F6IbmY-pLkH-QW3Y-wUUg-Q4gg-9V5M-f7DW8L"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "fusca.cloudopen.com.br"
			creation_time = 1412258199	# 2014-10-02 10:56:39 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 38400
				]
			}
		}

		volume-ceb52057-c865-4848-ab2a-9a5b5521716b {
			id = "SsZZDl-YZa1-1QwW-wvqq-k8Sw-Bg13-lioSM7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412272865	# 2014-10-02 15:01:05 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 256	# 1024 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 126986
				]
			}
		}

		volume-0f569a4f-4ccf-4f06-ac7c-7423456660ae {
			id = "SIdAuD-83od-qygo-Vqno-0Luk-8Gbs-an96Fh"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412273080	# 2014-10-02 15:04:40 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 256	# 1024 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 41226
				]
			}
		}

		volume-007064db-1397-49a2-a1ac-4e81405d5e67 {
			id = "CSgxuh-UQkT-jLkT-Wkf9-ylS2-e9Hi-Nfk7yD"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412699645	# 2014-10-07 13:34:05 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 96000
				]
			}
		}

		volume-a71175e8-d4b1-4e61-8197-3bf8f834cfc6 {
			id = "eAuzGa-KKXC-UOWo-woLD-nMG0-iqsR-YF9u9v"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412792718	# 2014-10-08 15:25:18 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 0
				]
			}
		}

		volume-ee204a13-7f8c-4b98-841f-20e4b3cbb387 {
			id = "NHa3h3-64V9-6HIt-Lm6I-vdId-d7nC-kX2H9Q"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412859564	# 2014-10-09 09:59:24 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 7680
				]
			}
		}

		volume-56ff388b-e812-4461-9190-a058c74ce813 {
			id = "HZ6d0C-ISci-lzkl-zqSp-Z9N0-tSdd-C9J4EU"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412864464	# 2014-10-09 11:21:04 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 20480
				]
			}
		}

		volume-c3a97887-ff9c-49d4-80af-89cac2ebfa4a {
			id = "d0kDO6-O8yO-2tJc-dDSN-nMoA-oHgU-czpO0F"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412954740	# 2014-10-10 12:25:40 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 43520
				]
			}
		}

		volume-f5932125-ca28-4769-a6e4-d3b64465dfc0 {
			id = "6tUlED-rCN4-rktm-SijD-G37v-4wwp-2l1X5U"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412954754	# 2014-10-10 12:25:54 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 64000
				]
			}
		}

		volume-65e6bd57-ead1-4781-be64-4cbece5c20dc {
			id = "MX1pt6-aGuU-2X9O-VJYQ-6WIU-rOCR-N5zVjM"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412959408	# 2014-10-10 13:43:28 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 33280
				]
			}
		}

		volume-7d26971e-7a55-4daa-b1c3-5726b2d31625 {
			id = "N8aW1x-jYfS-ws8j-DbYs-8yf9-VgO2-TMne3S"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412983549	# 2014-10-10 20:25:49 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 38400
				]
			}
		}

		volume-bbe0ee2d-da79-403f-87a4-d424034d4a03 {
			id = "G2D7z6-SQsr-sRJ1-0zf5-oUGg-1nZb-ocB8Vh"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1413220461	# 2014-10-13 14:14:21 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 48640
				]
			}
		}

		volume-11afe669-10cb-45b3-aedc-f87417d0c022 {
			id = "LHYiLU-y2n3-cap4-EXy8-mlX0-YLBz-0qRhZD"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1413220496	# 2014-10-13 14:14:56 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 74240
				]
			}
		}

		volume-da6bd31e-ba36-4cae-9eb1-a94fd452a827 {
			id = "XHUSOK-GfUU-YfZJ-0FtA-0IYc-DcWI-zRcOYm"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1413401812	# 2014-10-15 16:36:52 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 81920
				]
			}
		}

		volume-8139f2d0-b05c-4fd9-8fcb-bfeefd20293a {
			id = "eEy1Cn-saeO-jRiP-CqAP-MApn-tjtA-zYXv2s"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1413480197	# 2014-10-16 14:23:17 -0300
			segment_count = 4

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv22", 51200
				]
			}
			segment2 {
				start_extent = 25600
				extent_count = 12798	# 49.9922 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv22", 115201
				]
			}
			segment3 {
				start_extent = 38398
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv20", 102400
				]
			}
			segment4 {
				start_extent = 63997
				extent_count = 12803	# 50.0117 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 102401
				]
			}
		}

		volume-6ef3f3ef-d41f-4cbf-a749-8a284433faf3 {
			id = "hhfNhc-kJB4-PHhw-Zydl-bith-VfMH-uJuNgA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414001626	# 2014-10-22 16:13:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 102401
				]
			}
		}

		volume-bcacad81-8023-4600-ae8d-644eac08f144 {
			id = "gVulU0-PiUq-v5Hk-7GWJ-OhRl-OAcI-34vJUa"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414001691	# 2014-10-22 16:14:51 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 104961
				]
			}
		}

		volume-11baab60-2b9f-44bb-ae46-635f30f7b70f {
			id = "CuOSz0-kwXX-UmuJ-QpDl-Hh2V-A9xV-U6WXA7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414168767	# 2014-10-24 14:39:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 102401
				]
			}
		}

		volume-9f9b0664-3ff0-4a2e-9657-09c56f9cf310 {
			id = "olYeE6-zju1-VuK9-yMS1-82bo-0zYE-0PRUQc"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414168795	# 2014-10-24 14:39:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 104961
				]
			}
		}

		volume-7d5d9317-2640-440e-80d5-68412d4f3adb {
			id = "vBebBh-nlH7-4Ie3-1Y6r-yXNx-G2d5-QdLpcb"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414171793	# 2014-10-24 15:29:53 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 120321
				]
			}
		}

		volume-a67b2f8a-8090-4ab5-ae30-d0cc6a9462da {
			id = "IadSv5-ptjV-WbY8-wx3r-klfa-XTU4-rkDgAA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414171813	# 2014-10-24 15:30:13 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 92160
				]
			}
		}

		volume-45f73817-20dc-489c-8d6e-60f3a3101f6f {
			id = "Bx3UmM-OpAd-K9wv-4nZt-Gxxp-JAv8-WEUbms"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414513218	# 2014-10-28 14:20:18 -0200
			segment_count = 7

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 107520
				]
			}
			segment2 {
				start_extent = 12800
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 125440
				]
			}
			segment3 {
				start_extent = 15359
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 89600
				]
			}
			segment4 {
				start_extent = 17919
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 125440
				]
			}
			segment5 {
				start_extent = 20478
				extent_count = 1280	# 5 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 101120
				]
			}
			segment6 {
				start_extent = 21758
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 125440
				]
			}
			segment7 {
				start_extent = 24317
				extent_count = 1283	# 5.01172 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 125444
				]
			}
		}

		volume-dadcf21d-02ca-48f7-bc5d-57ca9d31b5f7 {
			id = "Jg4ORI-z4fM-Nt2V-9dxg-qEdI-NfN0-fUyD6T"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414607542	# 2014-10-29 16:32:22 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 51200
				]
			}
		}

		volume-71700fa6-d022-45ce-976a-f2222482a5d0 {
			id = "UNHFkE-5Dcc-lfal-rDIM-FLp2-02AO-Y2SUK7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414617258	# 2014-10-29 19:14:18 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 0
				]
			}
		}

		volume-cb27559a-dd67-4a10-8eee-f6f9123cdd91 {
			id = "Xutk31-ohfI-uv3A-12vR-aSwf-qoM0-ns712e"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414617483	# 2014-10-29 19:18:03 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 0
				]
			}
		}

		volume-a8984256-5bf3-4de8-87e4-5b9d6f3b7b90 {
			id = "fVGReU-lOSC-ybc5-ijug-cdpI-27n9-cqwM4V"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414699704	# 2014-10-30 18:08:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 256	# 1024 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 120320
				]
			}
		}

		volume-686a1cd5-9bb5-4bb4-8e8d-68d7ee4841f6 {
			id = "2fiJdc-KjDC-DXV1-fgnx-rvqm-GBU4-EoFYqQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414701465	# 2014-10-30 18:37:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 69120
				]
			}
		}

		volume-b6f7de0f-e2bc-4331-8ac1-0d407627da78 {
			id = "qcczRD-o026-Y9XR-scIS-0XfS-oLUA-tGawF2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414701492	# 2014-10-30 18:38:12 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 94720
				]
			}
		}

		volume-d2ef1db6-ee65-442b-b514-13184c34bf6a {
			id = "QwvHlH-qkS5-404m-fgI9-dNZ3-91G1-21XpVb"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414701522	# 2014-10-30 18:38:42 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 76800
				]
			}
		}

		volume-1753e4a9-29db-48aa-87f0-ecbaae376830 {
			id = "IKVAm8-7cFc-tBOT-47F9-7yXd-YyqB-qRpNw9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414783597	# 2014-10-31 17:26:37 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 0
				]
			}
		}

		volume-fa553941-c0e0-447b-9950-6dbf50d6a731 {
			id = "2dzgbf-N0T7-2FpJ-TgMt-UhN8-3APx-IqN6dp"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414783618	# 2014-10-31 17:26:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 25600
				]
			}
		}

		volume-610d226c-2369-4c16-a830-2d928e90be16 {
			id = "hmBZrp-9KrU-yFqX-qtED-AuDM-WYqK-5wbiXI"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414783656	# 2014-10-31 17:27:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 51200
				]
			}
		}

		volume-2493207b-4861-4466-b048-c1218dc492fe {
			id = "nmQiBN-2oDb-vguB-t3Fx-Rr10-bjHK-VFA3ks"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415038306	# 2014-11-03 16:11:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 104960
				]
			}
		}

		volume-32eb35f9-9dba-48b6-a1a1-e1b47f79da5b {
			id = "hwSrqU-gXNH-6hAE-3rWU-KaC0-dDuf-BxZe0W"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415103616	# 2014-11-04 10:20:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 99840
				]
			}
		}

		volume-38f304e7-063d-4b82-89e6-0ef6d15b2a8c {
			id = "nqfgDP-to0G-13dh-lgsB-1FtX-t3ET-08GxZ5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415142383	# 2014-11-04 21:06:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 79360
				]
			}
		}

		volume-3020801c-50c9-45ab-8abc-64c04c609b55 {
			id = "7eTKsG-8GGW-ncbC-1yOQ-WycF-BSF9-cqfNfb"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415206984	# 2014-11-05 15:03:04 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 89600
				]
			}
		}

		volume-f6e45490-841b-40fd-9c0c-243438657ca6 {
			id = "1zZ0Df-C2aG-ywxY-5Xdj-PuCA-4mp5-mGYY3M"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415303830	# 2014-11-06 17:57:10 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 102400
				]
			}
		}

		volume-5743a07a-50a5-45c0-957b-3dbf8c546baf {
			id = "97Xtfy-PsfK-xmep-0vo3-pG1C-Jf3Q-1sa8Or"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415303887	# 2014-11-06 17:58:07 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 0
				]
			}
		}

		volume-9a8f15bd-5db7-41f1-a6e4-04cded84b4b1 {
			id = "h6yb2a-Wqtn-glxG-sSdx-lf3o-XQ2v-KSWhOA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415614703	# 2014-11-10 08:18:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 76800
				]
			}
		}

		volume-b525c883-5842-4f40-ad37-60ab4eafff35 {
			id = "rX7dUa-3hew-deM1-niri-i7sF-P4s7-N59XRm"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415650725	# 2014-11-10 18:18:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 15360
				]
			}
		}

		volume-b0f6c47b-4381-45c8-8a60-48ccc2ac4259 {
			id = "27UgAY-sSbG-dj8c-CxYj-vWRi-dzge-lnRGTP"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415651332	# 2014-11-10 18:28:52 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 40960
				]
			}
		}

		volume-30c39aff-193e-46cd-92a3-8ae4a0894194 {
			id = "5cPZm9-Fbqo-dI1i-CZlt-eqDE-XpHU-3Oc7vQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415651378	# 2014-11-10 18:29:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 0
				]
			}
		}

		volume-a51dae83-924e-4791-b25b-c186b53dd412 {
			id = "45W9tP-IKjG-dPxC-zozC-4WWJ-PAMf-2ElfeM"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415651408	# 2014-11-10 18:30:08 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 25600
				]
			}
		}

		volume-58906b0e-899c-4139-a1c8-ea5b57e0f264 {
			id = "PNU7c1-Tf0a-mgKW-qE5l-opf9-p8MB-NJnhT6"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415651422	# 2014-11-10 18:30:22 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 51200
				]
			}
		}

		volume-b137e084-704b-46c7-bd38-5c78b1eda01a {
			id = "dOK5El-r6Co-yNUq-57gn-rakx-6r6m-bJmvV0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415651547	# 2014-11-10 18:32:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 76800
				]
			}
		}

		volume-f3d2d0db-984b-45e4-94f3-c943f6abecd2 {
			id = "dhjF2S-MA2w-J2HM-KInV-Py7U-flEp-s3jgjy"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415701926	# 2014-11-11 08:32:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv6", 0
				]
			}
		}

		volume-91170934-8d07-4d3c-acac-cd22f2dfc507 {
			id = "UbIFp2-iec5-NDnW-oZMe-pD0N-b1lJ-E4SSXs"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415702427	# 2014-11-11 08:40:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv6", 25600
				]
			}
		}

		volume-7f77f9b0-884b-4fcc-b532-80aecfadcb26 {
			id = "wPlVh5-c3mr-NnIW-8upK-YUUs-zOzO-r1xEF1"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415702887	# 2014-11-11 08:48:07 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv6", 51200
				]
			}
		}

		volume-b7521eff-5ecf-47df-a734-4c1ac1bbd1c0 {
			id = "I1UJFD-s0vi-eNZ3-ADOK-TjWA-7IWV-0zllFX"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415703505	# 2014-11-11 08:58:25 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv6", 76800
				]
			}
		}

		volume-d5935bc9-fafc-4242-b24d-8ae1e42ceef4 {
			id = "xgrCoW-o8d6-mK5j-oQMX-2B1d-FXAx-2sk5Uo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415703994	# 2014-11-11 09:06:34 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 0
				]
			}
		}

		volume-7c73410c-7683-41ac-a92c-d1b3cf0d2b74 {
			id = "OrKNir-NiCl-MccW-MImd-RdJk-2knC-WMvTPE"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415704716	# 2014-11-11 09:18:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 25600
				]
			}
		}

		volume-9729d307-6436-444d-8910-08fb9c5c1574 {
			id = "VffPmk-widR-IxpY-vfKx-oOKx-os3E-GC0iqI"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415705031	# 2014-11-11 09:23:51 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 51200
				]
			}
		}

		volume-751199d2-d59d-4578-9137-e4ac599c4fc2 {
			id = "cYdrLQ-2Z3m-KZhu-E8vZ-bic6-04c2-ofPalz"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415705147	# 2014-11-11 09:25:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 76800
				]
			}
		}

		volume-5e939bd2-1a43-4102-bcea-3d81f534c9a6 {
			id = "QwcGjl-Rgfj-JFDf-IMYM-oJzs-7r4h-sc80b3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415710319	# 2014-11-11 10:51:59 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 10240
				]
			}
		}

		volume-91d44bdf-6dd7-4383-8473-a91ea694a65c {
			id = "mwl9b5-rwis-ba6t-9gtc-cFa7-wCxJ-laQwk2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415710906	# 2014-11-11 11:01:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 5120
				]
			}
		}

		volume-a4f1840c-4739-40cd-90ea-09dcc517ec72 {
			id = "kcIwVC-IGGB-Smns-53FY-EU0U-kx0g-wjwbO1"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415740566	# 2014-11-11 19:16:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv8", 0
				]
			}
		}

		volume-1a5065f2-a5f5-4085-8e64-ec9b1a13a43b {
			id = "sR6wjE-1PJT-ZYqW-9LkY-Iqay-v76q-FdTSkH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415740597	# 2014-11-11 19:16:37 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv8", 25600
				]
			}
		}

		volume-cdcbf52d-12ab-4a00-b688-1242c8c259fd {
			id = "I0zlca-oGaz-0jaQ-XDMy-oY26-RMmn-3XKeeT"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415740630	# 2014-11-11 19:17:10 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv8", 51200
				]
			}
		}

		volume-ede7c978-2816-4c4d-8ad5-4b23e6b6255d {
			id = "f3vJmw-acKK-cMPq-gbLo-FpFT-f2gb-EJCRqr"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415740660	# 2014-11-11 19:17:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv8", 76800
				]
			}
		}

		volume-157dad5e-9ef0-4602-9dc8-87be8f9b6c55 {
			id = "rfF1Sd-teuC-Ojve-2NPU-Rdh3-ZCm3-Nm1UHY"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415740694	# 2014-11-11 19:18:14 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 0
				]
			}
		}

		volume-ff5f1151-c86a-4a27-8dea-9c65d62f7cad {
			id = "kXOgsv-mliN-VrWv-0fB9-PXHn-HA8J-SrM9Hs"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415882935	# 2014-11-13 10:48:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 25600
				]
			}
		}

		volume-fd4e1c21-49f7-41de-8f2e-7da6e73ee453 {
			id = "WWP50N-ydxa-3Q1I-Bwp7-Fxu1-MZ1a-cXxmXm"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415887110	# 2014-11-13 11:58:30 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv20", 0
				]
			}
		}

		volume-273901b8-6966-4581-bf34-f8751f527ad8 {
			id = "BMaLrc-fJ23-emt6-oLUj-CfMF-rGxX-h5GFuC"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415887204	# 2014-11-13 12:00:04 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv21", 0
				]
			}
		}

		volume-f81e2218-d67f-4744-af83-900f6eee224a {
			id = "BzCfjg-3a9x-Xj46-LX19-6Mrd-Gos8-QlTDJK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416093799	# 2014-11-15 21:23:19 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 117764
				]
			}
		}

		volume-6d553af1-ab8a-4d5d-9257-f8d1ff05a600 {
			id = "YYADjJ-La7m-tEK1-52z3-ZExV-sX09-wBxZY6"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416154479	# 2014-11-16 14:14:39 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 7680
				]
			}
		}

		volume-585c17ef-4171-481f-b9ed-452905ad5b99 {
			id = "ZY2S4K-iH60-xPXT-5iiR-Hvk2-BBt9-ZjQWA2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416243460	# 2014-11-17 14:57:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv23", 0
				]
			}
		}

		volume-fa3de091-01ff-430f-a10e-2e6c8c9166d0 {
			id = "MJe289-Bpar-8DGe-Hwmx-IaCk-Kocm-q3avic"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416243474	# 2014-11-17 14:57:54 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv21", 76800
				]
			}
			segment2 {
				start_extent = 51199
				extent_count = 25601	# 100.004 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 0
				]
			}
		}

		volume-5cefafec-c00d-45ad-8bde-b6699869bbeb {
			id = "eAcWlX-kQlD-Arz3-XKxx-qZvm-iMnl-cTPrkp"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416243487	# 2014-11-17 14:58:07 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv23", 76800
				]
			}
			segment2 {
				start_extent = 51199
				extent_count = 25601	# 100.004 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 64000
				]
			}
		}

		volume-4b598961-8557-4577-9140-2085164e8658 {
			id = "d08D1R-CGnO-d8dZ-L9wq-RMxW-bVBl-K9ww7X"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416247845	# 2014-11-17 16:10:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv22", 89600
				]
			}
		}

		volume-84fcc43f-d4b4-4cb4-8370-5afec1802e0b {
			id = "VVyA03-Ekoe-8Hvn-6rRc-e9HO-KXxa-65qqfJ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416247905	# 2014-11-17 16:11:45 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv6", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 120576
				]
			}
		}

		volume-20ad5ed6-c594-415c-abe5-1eacea2e350a {
			id = "wih25k-xeln-Nv2g-k6oX-oAQw-OSwV-3p2noF"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416247944	# 2014-11-17 16:12:24 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv8", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 120577
				]
			}
		}

		volume-f5d8d047-6650-4de2-b834-bacdcbcd366d {
			id = "xeMLoq-l2EG-n2gt-CicF-DtpB-3Jjf-jtf72U"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416247976	# 2014-11-17 16:12:56 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 20479	# 79.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 107520
				]
			}
			segment2 {
				start_extent = 20479
				extent_count = 5121	# 20.0039 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 40960
				]
			}
		}

		volume-700e6385-d7d0-4992-878b-33be4766c496 {
			id = "x4QsQL-OP3x-cYHB-v4D8-j6fJ-qZUZ-1t2oN5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416248007	# 2014-11-17 16:13:27 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 17920	# 70 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 58880
				]
			}
			segment2 {
				start_extent = 17920
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 115200
				]
			}
		}

		volume-4c901cf7-38d9-4f52-a8f9-3c2ef6a1fd42 {
			id = "DZ5fNo-pAye-ewGX-YXg4-pONe-bVdE-6GTFSF"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416315185	# 2014-11-18 10:53:05 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 97280
				]
			}
		}

		volume-c46b9bec-48f3-453a-898d-374b1fb75a31 {
			id = "Z32wxh-RQDS-8nF0-6hH8-QjkT-6bbD-I2rKN3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416334457	# 2014-11-18 16:14:17 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 66560
				]
			}
		}

		volume-8098f6b9-8816-4633-84df-5187048cc8b3 {
			id = "ZPJZRK-ze3x-ceK5-ye8j-V1ch-Ck5w-Rk3Msa"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416340812	# 2014-11-18 18:00:12 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 46080
				]
			}
		}

		volume-9312a9be-42ad-40e8-a1d3-a2e28833729d {
			id = "A53E7G-T0VW-6YRb-hAG6-EVY9-sNiq-HiiOl0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416355657	# 2014-11-18 22:07:37 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 79360
				]
			}
		}

		volume-786a3539-99e7-4a0d-960a-29bbf169c402 {
			id = "jxfZy1-dBgD-ub34-RGdt-vlUw-UgBw-f1tREQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416427090	# 2014-11-19 17:58:10 -0200
			segment_count = 14

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 76800
				]
			}
			segment2 {
				start_extent = 2560
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 87040
				]
			}
			segment3 {
				start_extent = 5120
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 92160
				]
			}
			segment4 {
				start_extent = 7680
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 125440
				]
			}
			segment5 {
				start_extent = 10239
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 125440
				]
			}
			segment6 {
				start_extent = 12798
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 125440
				]
			}
			segment7 {
				start_extent = 15357
				extent_count = 2558	# 9.99219 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 125441
				]
			}
			segment8 {
				start_extent = 17915
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 112640
				]
			}
			segment9 {
				start_extent = 17916
				extent_count = 2558	# 9.99219 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 125441
				]
			}
			segment10 {
				start_extent = 20474
				extent_count = 2558	# 9.99219 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 125441
				]
			}
			segment11 {
				start_extent = 23032
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 102400
				]
			}
			segment12 {
				start_extent = 23033
				extent_count = 2557	# 9.98828 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 125442
				]
			}
			segment13 {
				start_extent = 25590
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 102400
				]
			}
			segment14 {
				start_extent = 25591
				extent_count = 9	# 36 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 127504
				]
			}
		}

		volume-855eae74-1e7f-43f2-baa2-f8de287ff236 {
			id = "5CLyVs-PpYA-E2UP-NM5f-4qiX-3s7i-y1lcWx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416485972	# 2014-11-20 10:19:32 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 127999	# 499.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv25", 0
				]
			}
			segment2 {
				start_extent = 127999
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 102400
				]
			}
		}

		volume-6e80f284-4956-4e4f-b467-a6b8d41dc61e {
			id = "brq6WO-WeK8-TIYO-Q6rH-vYYe-utDd-2vnCso"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416486048	# 2014-11-20 10:20:48 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 127999	# 499.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv26", 0
				]
			}
			segment2 {
				start_extent = 127999
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 127513
				]
			}
		}

		volume-25722f6b-73e3-416a-8e01-c82f53cc8fcb {
			id = "BCJGcc-fWED-KatV-HXBV-UCem-6LXc-TRxXIO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416576811	# 2014-11-21 11:33:31 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 46080
				]
			}
		}

		volume-c7879885-412f-40cd-b9bf-f1bb66c1e0bd {
			id = "cb7TPk-dM7N-GjdT-aUM0-F6Sf-Jczm-egmox8"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416576831	# 2014-11-21 11:33:51 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 124417
				]
			}
		}

		volume-aaffb4b8-1d59-431f-bf3b-57f749ffaff7 {
			id = "g3tExq-h6AL-7Tqy-HstM-vhHY-frRx-ZoOox0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416576946	# 2014-11-21 11:35:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 61440
				]
			}
		}

		volume-f2bea6da-8f89-4b92-a75b-1689236e32ee {
			id = "HRyymy-splD-NQjy-ERzA-keOm-asKb-I3oPpL"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416576971	# 2014-11-21 11:36:11 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 25601
				]
			}
		}

		volume-3517f5da-b409-450e-a822-6329672779d0 {
			id = "vrLBAx-YEll-gfzh-KtzB-ReA7-jbzK-fpUs9d"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416577044	# 2014-11-21 11:37:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 76800
				]
			}
		}

		volume-12e9d662-f98f-48e8-bf64-32cdc43d975d {
			id = "yGa0TS-QONJ-WjlG-2hY0-uj0D-TdiV-1zcfNK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416577094	# 2014-11-21 11:38:14 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 28161
				]
			}
		}

		volume-352b4725-4cac-40a3-a203-3777f4fec174 {
			id = "wbt5qn-zO3S-nICc-Iznc-s2No-iSnJ-oToB9c"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416578045	# 2014-11-21 11:54:05 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 92160
				]
			}
		}

		volume-993ec4f8-329f-431a-b399-bdf56a926ae8 {
			id = "xbLcYi-Owy0-dRn8-DuQT-Nm5r-thdP-072Xb1"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416584372	# 2014-11-21 13:39:32 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 0
				]
			}
		}

		volume-2f900ad4-1294-4f21-890b-6c0e5d95bfdd {
			id = "elUE17-Svm6-zAvK-Z0ow-tJGl-1DMZ-b6PNOH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416598377	# 2014-11-21 17:32:57 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv27", 0
				]
			}
		}

		volume-d65d31eb-c834-410a-aca9-74b70eab802a {
			id = "YCLKBd-gOyU-C4OE-3uu8-RpNC-0fKI-dVZ7Cn"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416598395	# 2014-11-21 17:33:15 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv28", 0
				]
			}
		}

		volume-af6ce467-30f2-451d-b6bf-71aa67654eed {
			id = "wyWvF8-2rAs-ZhGC-wo8M-JsHk-qDJu-AjraDu"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416598408	# 2014-11-21 17:33:28 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv29", 0
				]
			}
		}

		volume-4758ea31-8526-419a-b3ec-0be529b57d40 {
			id = "1kOcRc-h7wm-od3d-C1iz-agow-nXmj-VTrS92"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416614176	# 2014-11-21 21:56:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 107520
				]
			}
		}

		volume-270604cd-b505-471a-902e-c48509d36327 {
			id = "2VZwmO-fytS-KZFL-ELY1-Qhxc-P8I6-HsKLBx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416618841	# 2014-11-21 23:14:01 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 127999	# 499.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv30", 0
				]
			}
			segment2 {
				start_extent = 127999
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 120578
				]
			}
		}

		volume-bd34e31e-dd44-4d5e-9175-8638ef556913 {
			id = "HvOvjM-IZNM-AoHF-8te4-efzw-8M5P-vviBd8"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416844013	# 2014-11-24 13:46:53 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv27", 76800
				]
			}
			segment2 {
				start_extent = 51199
				extent_count = 25601	# 100.004 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv28", 76800
				]
			}
		}

		volume-f875e7f6-4eb3-44be-85ed-ca765742ead5 {
			id = "Tf9atM-DvYA-jxEe-0Xfi-GD1W-tdQo-Rwzf17"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416847330	# 2014-11-24 14:42:10 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv28", 102401
				]
			}
		}

		volume-b32d0ce7-8ada-4d36-a999-c5a79ef85d68 {
			id = "GmtiWr-iBDH-1I2t-rw9G-N1jT-Rmie-JNjsMt"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416858508	# 2014-11-24 17:48:28 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 127999	# 499.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv31", 0
				]
			}
			segment2 {
				start_extent = 127999
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 120579
				]
			}
		}

		volume-70ae1c20-6a2e-4a3f-aa38-251d4ee20d54 {
			id = "vXzTyE-gsfq-mO3V-Qt75-2xud-THRH-klYMaz"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416859203	# 2014-11-24 18:00:03 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv29", 76800
				]
			}
		}

		volume-edbe5057-627f-499b-9bf8-e7fd713226c6 {
			id = "OEux8T-J88S-vC8U-gzYg-fNDA-RBdb-DmBjJc"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416865738	# 2014-11-24 19:48:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv29", 97280
				]
			}
		}

		volume-cb9a47e7-7e95-40b9-ab09-2e03fc510a49 {
			id = "zpsiWV-tZOq-iU8F-1FfM-CBJR-fWX7-kDLy4f"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416865870	# 2014-11-24 19:51:10 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 17919	# 69.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 110080
				]
			}
			segment2 {
				start_extent = 17919
				extent_count = 7681	# 30.0039 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 51200
				]
			}
		}

		volume-5ecc83df-1e0f-4f6d-b72a-08d6c7496b76 {
			id = "ljX50i-AKX4-e78T-Ofjn-tEpZ-ijtN-38u0J9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416868188	# 2014-11-24 20:29:48 -0200
			segment_count = 3

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 76800
				]
			}
			segment2 {
				start_extent = 15360
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 125440
				]
			}
			segment3 {
				start_extent = 17919
				extent_count = 7681	# 30.0039 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 112640
				]
			}
		}

		volume-2b95cb08-b1f1-4403-ad3d-6a25b055a0dd {
			id = "erXaAd-mq65-ui64-2QVr-TwS3-cTW1-LYxIlH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416868229	# 2014-11-24 20:30:29 -0200
			segment_count = 5

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 38400
				]
			}
			segment2 {
				start_extent = 7680
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 117760
				]
			}
			segment3 {
				start_extent = 12800
				extent_count = 5119	# 19.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 89601
				]
			}
			segment4 {
				start_extent = 17919
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 58881
				]
			}
			segment5 {
				start_extent = 20478
				extent_count = 5122	# 20.0078 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 120580
				]
			}
		}

		volume-0a53aec2-fd0a-4600-9bc9-5b062b2a35f5 {
			id = "HXTcst-iOq3-sNTq-jc2J-UhcQ-uSWl-8xPDYZ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416869440	# 2014-11-24 20:50:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 122880
				]
			}
		}

		volume-c9b0a83d-6fd6-4fd8-bea9-e0d3bbcd05b5 {
			id = "1bR9Vi-B7sP-Y9l1-qD4F-1EKw-izSp-WNTeDQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416869446	# 2014-11-24 20:50:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 87040
				]
			}
		}

		volume-194a38a8-5f71-40bf-999d-08798a4059c8 {
			id = "kazNaI-mSlU-1X8M-qDhk-eZYl-lTeR-3E1RgS"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416869451	# 2014-11-24 20:50:51 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 122881
				]
			}
		}

		volume-119527ad-0513-4494-aa5c-2c322abcb84a {
			id = "KzFgeu-AFf8-y2hr-0toe-iaaN-RMYB-7ye2g5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416914844	# 2014-11-25 09:27:24 -0200
			segment_count = 9

			segment1 {
				start_extent = 0
				extent_count = 7678	# 29.9922 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 120321
				]
			}
			segment2 {
				start_extent = 7678
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 40960
				]
			}
			segment3 {
				start_extent = 12798
				extent_count = 5632	# 22 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 121354
				]
			}
			segment4 {
				start_extent = 18430
				extent_count = 757	# 2.95703 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 127242
				]
			}
			segment5 {
				start_extent = 19187
				extent_count = 512	# 2 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 41482
				]
			}
			segment6 {
				start_extent = 19699
				extent_count = 256	# 1024 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 40970
				]
			}
			segment7 {
				start_extent = 19955
				extent_count = 9	# 36 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 30721
				]
			}
			segment8 {
				start_extent = 19964
				extent_count = 5119	# 19.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 122880
				]
			}
			segment9 {
				start_extent = 25083
				extent_count = 517	# 2.01953 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 125702
				]
			}
		}

		volume-70af922b-7882-48f6-aac6-778f0fff002b {
			id = "yQyWOh-g02S-TtS1-rURX-9pZN-s46Z-tYJNRR"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416922502	# 2014-11-25 11:35:02 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 5119	# 19.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 46081
				]
			}
			segment2 {
				start_extent = 5119
				extent_count = 2561	# 10.0039 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv28", 122881
				]
			}
		}

		volume-b3dbd9aa-4770-43a5-81e3-b6d91c69e5da {
			id = "hD5ler-G6oM-xAmx-ie1G-0Uxk-AhGn-30wvQF"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417023046	# 2014-11-26 15:30:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 120320
				]
			}
		}

		volume-c8663405-b351-4a37-9e56-e6589bf6754d {
			id = "rBQOKz-7TY2-8dFa-Wlx0-JjON-4KnG-HNQaEr"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417023165	# 2014-11-26 15:32:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 0
				]
			}
		}

		volume-a67ed690-d248-42a4-a300-964bb43ed24c {
			id = "N9M7tE-F49a-9PUd-draf-sNTs-ja4h-icV0Vq"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417023360	# 2014-11-26 15:36:00 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 15360
				]
			}
		}

		volume-dee83a0e-a92b-43f5-9217-26d2cf2e93e2 {
			id = "4uP2cj-wWUl-TDb4-tyjZ-scIF-QYqE-QzdPQT"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417023431	# 2014-11-26 15:37:11 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 17920
				]
			}
		}

		volume-71576619-a69c-4360-b143-8a34285de632 {
			id = "vUNbcK-2hOv-mQnw-9M4H-rEgM-PLaY-F9LQn1"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417025738	# 2014-11-26 16:15:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 33280
				]
			}
		}

		volume-88258fa7-00c3-43cf-89c0-cfa4e24f8fc3 {
			id = "jsStlf-N2Wr-DWsA-aIXB-4WZM-FBer-TfVqm0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417034582	# 2014-11-26 18:43:02 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 43520
				]
			}
		}

		volume-b4213ca9-df84-4ddb-9581-ee8e96e78203 {
			id = "5ECI6v-nTSp-muba-HCDS-3V34-2ddP-2BH9C0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417123169	# 2014-11-27 19:19:29 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 74240
				]
			}
		}

		volume-96de51e2-9d74-4943-9f3c-b9030396709a {
			id = "DHiNVa-flOc-glUo-c2o2-td2q-uL6Z-glH35g"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417187301	# 2014-11-28 13:08:21 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 76800
				]
			}
		}

		volume-7bac46e8-ff27-476c-8ec4-78f7081fb646 {
			id = "r1n0rX-RkhI-ktxd-XRhF-rpSG-aMWf-FfIbuE"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417187366	# 2014-11-28 13:09:26 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 120321
				]
			}
		}

		volume-958d263a-529b-49dd-961d-4df1d5ac62d3 {
			id = "cUn1Io-Ej8U-vfkS-cD03-RApl-eu4l-KcHsq4"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417187382	# 2014-11-28 13:09:42 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 122880
				]
			}
		}

		volume-039f0870-fd9d-49ae-b6ff-3fe2eec4747d {
			id = "d43XMK-udeX-eEH8-9ctE-lA7E-J6jY-1zrIf9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417187400	# 2014-11-28 13:10:00 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv29", 122880
				]
			}
		}

		volume-71070ed5-32e4-4303-b2d9-ce29b95390ab {
			id = "KQMmDC-LFGq-4GD9-BpQi-tk52-RxL3-y698fm"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417187528	# 2014-11-28 13:12:08 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 87040
				]
			}
		}

		volume-c052eceb-d5fc-4e5c-8ed2-c5fb29ba5bbd {
			id = "XcrqGj-tT2X-qMHE-Gklx-cdm4-GIPI-9FmLUh"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417187546	# 2014-11-28 13:12:26 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 89600
				]
			}
		}

		volume-fd9437fd-0d80-44db-bd6f-dc4b44f4291f {
			id = "u8E7VT-7j0y-n9g0-dDFE-f2lB-1YVU-kHFWvZ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417290183	# 2014-11-29 17:43:03 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv33", 0
				]
			}
		}

		volume-8692ae2b-04b7-4e80-a779-74a96c75720f {
			id = "TTvH92-qAbw-Ypdz-9H7c-8y1H-ffx2-JDo1LH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417290220	# 2014-11-29 17:43:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv34", 0
				]
			}
		}

		volume-91f7b4d1-e850-4e16-8947-91f38464641c {
			id = "LAMgH1-aP9k-Uiqt-ty6n-2Kbh-zwdx-HPfaUo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417456801	# 2014-12-01 16:00:01 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 92160
				]
			}
		}

		volume-87fe6266-6f96-4c0d-bc83-ac087f91acf6 {
			id = "JN1Hym-AvdH-mbBh-R64R-wi5S-V5Ax-mFPmCo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417458803	# 2014-12-01 16:33:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 12800
				]
			}
		}

		volume-0ab3e062-58ea-459d-a62c-6c1b74db29d5 {
			id = "ke0LYM-2QL5-3L1P-XV0l-doBs-26dF-puIiag"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417458842	# 2014-12-01 16:34:02 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 102401
				]
			}
		}

		volume-bb271a22-c179-4d95-ab8d-a5b73de76bc3 {
			id = "EkddXd-LLse-7OsD-fskd-foKx-ZZzs-clOuMK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417459012	# 2014-12-01 16:36:52 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv33", 76800
				]
			}
		}

		volume-c8888a35-608b-4704-aed1-ee09f5e34236 {
			id = "M7GisM-3Zkc-hv6Z-Q0Pl-MHsn-yXMt-mqzzFV"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417459060	# 2014-12-01 16:37:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 122881
				]
			}
		}

		volume-33dcffb4-fccb-4325-b52f-035ea414c2ea {
			id = "Op13V2-ZSR7-zvhT-Ly4J-h5Ws-9XGo-9C799q"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417521549	# 2014-12-02 09:59:09 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv33", 92160
				]
			}
		}

		volume-6be65225-fc49-4922-8def-3f69f641ab96 {
			id = "039XWF-MNpQ-F0gV-2yd9-d9hZ-aDF8-lvtVRU"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417571147	# 2014-12-02 23:45:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 56320
				]
			}
		}

		volume-bf2c84fa-507c-40e8-916b-d896317720ef {
			id = "D13ZoB-YBE0-btFo-5R6n-lceB-dTaV-svetmT"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417814340	# 2014-12-05 19:19:00 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 84480
				]
			}
		}

		volume-89573e4d-f1e2-470d-b582-0d4ae6e62987 {
			id = "W8cunM-9qyn-XVlE-NkZH-vhy7-PLm6-A40qfq"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418154975	# 2014-12-09 17:56:15 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv35", 0
				]
			}
		}

		volume-2df60a7d-169c-4c4d-8f18-604193606fd3 {
			id = "SfX0W8-UKjQ-DKoH-0N6A-bWoL-SF0A-Sh1lW3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418215234	# 2014-12-10 10:40:34 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 0
				]
			}
		}

		volume-37035030-db6a-4049-8e7c-24396de13a60 {
			id = "0iwGem-GObN-bVAF-t7WY-NMUN-aCas-3TbhD7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418215510	# 2014-12-10 10:45:10 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv37", 0
				]
			}
		}

		volume-e7425f03-fb08-4852-b8da-8fba1b0f7f5c {
			id = "WG4MLc-CCVX-BCIQ-8fLh-gkpk-F2E6-5ezP3N"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418242618	# 2014-12-10 18:16:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 17920	# 70 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 79360
				]
			}
		}

		volume-2b31ce00-a0d0-46ca-a86d-11603d179189 {
			id = "gUmHEw-9RsB-3Cr4-dLrP-TNuQ-c3bK-apdA6c"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418243199	# 2014-12-10 18:26:39 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 17920	# 70 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 0
				]
			}
		}

		volume-bf363bda-bac7-4f4e-b4bb-4c2fe8b3a9c1 {
			id = "Z2jsfd-G0rT-NSi0-B2cO-YxQv-sHBF-mwNYX5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418301709	# 2014-12-11 10:41:49 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 17920	# 70 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv20", 76800
				]
			}
		}

		volume-fc5c1109-1be3-43bc-af9e-c5701d554d19 {
			id = "CI9nHf-Ppim-k13e-8o36-is1L-bbLZ-RibIx3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418301733	# 2014-12-11 10:42:13 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 17920	# 70 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv34", 76800
				]
			}
		}

		volume-b529dc5d-2167-44b6-9974-1dc23e9f020d {
			id = "TaBflO-jalV-GI22-o8Ir-KP89-8R0v-QVT1FQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418328913	# 2014-12-11 18:15:13 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 256	# 1024 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 126219
				]
			}
		}

		volume-5872d5be-e649-4950-a01c-2955d36b6fe0 {
			id = "eqtsMa-nobk-fSxN-cZhs-4Egj-D6RB-3fbIsO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418390396	# 2014-12-12 11:19:56 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 17920	# 70 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv34", 94720
				]
			}
		}

		volume-9a3111ae-1ecd-4d8c-a613-7c7400ac7d00 {
			id = "nFslXr-9DzX-325F-nlZD-sGKe-cCBG-KUCGyi"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418393394	# 2014-12-12 12:09:54 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv35", 76800
				]
			}
		}

		volume-87556568-11dd-4ceb-bd1e-f8b3cf67fd69 {
			id = "dLrYzt-METq-UqLR-MRSD-yvRk-ZUn1-NEZzyI"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418591932	# 2014-12-14 19:18:52 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 110080
				]
			}
		}

		volume-f679786b-2943-4c6e-9dd5-d8746c8345bc {
			id = "fL1tN5-9o5v-MU2t-NLsF-KNG4-I9LB-gOOEjg"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418663127	# 2014-12-15 15:05:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv38", 0
				]
			}
		}

		volume-4e86eb9b-2d42-4358-bbd2-df0718411017 {
			id = "lCfPSD-vA5U-HLNT-WXfg-TatV-r6t9-46W6ma"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418663145	# 2014-12-15 15:05:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv39", 0
				]
			}
		}

		volume-31e0790f-f8cb-431d-a3bd-bfc0e086fb0a {
			id = "Fwtl37-YAHp-ZJWB-V7Ym-CQEc-5X23-phg3E4"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418663167	# 2014-12-15 15:06:07 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv40", 0
				]
			}
		}

		volume-d39a4171-3149-4b3b-b143-5afe7d804191 {
			id = "a7xKAx-EE0O-lyxZ-ex1z-91ai-EEuT-CfyUX7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418663206	# 2014-12-15 15:06:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv41", 0
				]
			}
		}

		volume-62ea5117-d52d-4be4-89dc-faf2a2b5df6a {
			id = "FPPque-xGH0-nC8a-HDwB-qK73-dcx5-w2xWEa"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418758224	# 2014-12-16 17:30:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv42", 0
				]
			}
		}

		volume-6e0475c0-4c22-41e3-b19e-9ac51e757fde {
			id = "eH0YI5-zOEn-VXU5-kuNz-POlk-ntk0-3PsOaM"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418760421	# 2014-12-16 18:07:01 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv35", 92160
				]
			}
		}

		volume-1faf3342-8040-4f6c-8071-62623b147850 {
			id = "vTZzwt-PBYF-weLG-nfQw-gVMC-0K5j-XHEXbK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418760646	# 2014-12-16 18:10:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv35", 107520
				]
			}
		}

		volume-26b9b8ba-c8b6-4352-af4f-a733d196be56 {
			id = "tIcnHM-hYw3-VTN6-lcHx-4n3c-e0jX-10bZXU"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418760674	# 2014-12-16 18:11:14 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 94720
				]
			}
		}

		volume-e1279060-a94a-4907-8c77-952564a4a3fa {
			id = "KvUCfd-0bCS-rEN4-yWT3-llP2-YXaF-7IIIYu"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418760683	# 2014-12-16 18:11:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 97280
				]
			}
		}

		volume-53b34772-d01d-4e30-b932-7c595c2084f5 {
			id = "7zDy1C-dsqr-iLH6-zoWk-csX2-IW0b-4IgyOK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418761978	# 2014-12-16 18:32:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv20", 94720
				]
			}
		}

		volume-4f671532-807d-494c-9c0a-c868698eee58 {
			id = "LEqFi4-L9KL-BvmB-elkx-QCsu-F4sK-gfgdnp"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418931246	# 2014-12-18 17:34:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 117760
				]
			}
		}

		volume-7ca55d66-688c-402d-85a0-23ba4723aefe {
			id = "e6mLgj-29ft-IMxu-GOfC-WKLr-r1lc-rqF1k2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418931271	# 2014-12-18 17:34:31 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 38400
				]
			}
		}

		volume-78eea789-9ced-43a0-8a6e-1caa9271c69a {
			id = "70S0Te-d4Sa-NRWM-2yEe-t3Vj-wVR0-Bz7T6l"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418931357	# 2014-12-18 17:35:57 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv33", 112640
				]
			}
		}

		volume-d441ecbb-b75d-4d78-959b-99f5f3b96b4d {
			id = "Pj7Sb5-8wYr-cXxD-fB0c-l6BH-n3hz-vZ1ZMW"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418931406	# 2014-12-18 17:36:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv33", 117760
				]
			}
		}

		volume-d65375e3-7dcf-48fc-aba0-f1cdab563083 {
			id = "8dh6Yx-T6Vn-oIhh-8n02-dsni-9DpK-VOxd3Z"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418931437	# 2014-12-18 17:37:17 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv34", 112640
				]
			}
		}

		volume-ed2ce00b-6357-4277-b6ad-4f5507ae5ed9 {
			id = "afFKre-99F8-JWzo-MeYL-pAql-2qiH-PEqKXo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418934279	# 2014-12-18 18:24:39 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 102400
				]
			}
		}

		volume-8ad4f1eb-a827-49bd-bda7-8c7694a14267 {
			id = "4U1E1n-j3E9-pv2F-FZs2-e8yA-bWLf-fnIEd3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418939017	# 2014-12-18 19:43:37 -0200
			segment_count = 3

			segment1 {
				start_extent = 0
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv37", 76800
				]
			}
			segment2 {
				start_extent = 51199
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv38", 76800
				]
			}
			segment3 {
				start_extent = 102398
				extent_count = 25602	# 100.008 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 97280
				]
			}
		}

		volume-b8989911-0b0b-4907-8411-ed3d8d108217 {
			id = "FPObGe-Pnpi-7rsM-DqNz-57dh-OtHl-F19Xqx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418939048	# 2014-12-18 19:44:08 -0200
			segment_count = 3

			segment1 {
				start_extent = 0
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv39", 76800
				]
			}
			segment2 {
				start_extent = 51199
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv40", 76800
				]
			}
			segment3 {
				start_extent = 102398
				extent_count = 25602	# 100.008 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv41", 76800
				]
			}
		}

		volume-d66d5f82-5c4c-4b11-b7c9-0229d4f7da43 {
			id = "tr3aNQ-WOhh-eMfx-wdI3-VH41-KRmc-wZ4g6I"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418999393	# 2014-12-19 12:29:53 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 20479	# 79.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv42", 107520
				]
			}
			segment2 {
				start_extent = 20479
				extent_count = 5121	# 20.0039 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv41", 117762
				]
			}
		}

		volume-5a215966-c31d-4e90-a05a-2607676c13b1 {
			id = "Q3c4yw-H13g-OhOx-15MK-kJHH-v2sr-FEO4Ma"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419003507	# 2014-12-19 13:38:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv43", 0
				]
			}
		}

		volume-4d23d448-4461-4073-91f9-0e58491c4c52 {
			id = "LlczdB-XtC6-k0Z8-T1HX-EK8N-X3L6-FIHdcI"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419003538	# 2014-12-19 13:38:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv44", 0
				]
			}
		}

		volume-765fccf1-a607-4081-a907-33f7a3560dba {
			id = "nPYUu7-vHpp-AMHy-8TGh-1vn2-0ZzC-ZVxLHv"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419003552	# 2014-12-19 13:39:12 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv43", 76800
				]
			}
			segment2 {
				start_extent = 51199
				extent_count = 25601	# 100.004 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv44", 76800
				]
			}
		}

		volume-f6800ee5-e68e-4ddb-816d-c63ea00defa4 {
			id = "9NVRi7-ywRS-q9tS-xtkJ-Q4lC-zSEp-iWg1eX"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419259653	# 2014-12-22 12:47:33 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 0
				]
			}
		}

		volume-c94b31a7-6c2a-4e49-a1a8-2ddc375cfd01 {
			id = "jX6hrV-KXFx-Z1wO-aWFO-wxg8-y1zw-oUTym6"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419263878	# 2014-12-22 13:57:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 25600
				]
			}
		}

		volume-ea84164b-3136-468d-b644-cb11149a65e5 {
			id = "xUV419-tAii-yZ5H-sQUp-odKJ-rLff-gwvfnh"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419272987	# 2014-12-22 16:29:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 51200
				]
			}
		}

		volume-b41b37c1-0288-4bbe-ae29-5bf5c04d1d13 {
			id = "TMZ3rv-e6uH-cZTA-CfCV-uGUK-9NBg-FMoQvd"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419273476	# 2014-12-22 16:37:56 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 102401
				]
			}
		}

		volume-984f616b-236d-4ec0-859c-974ad724222e {
			id = "U5e2Ib-vy35-vLkG-HGWD-0x2O-Y35T-fdEVP9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419273693	# 2014-12-22 16:41:33 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 127999	# 499.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv46", 0
				]
			}
			segment2 {
				start_extent = 127999
				extent_count = 25601	# 100.004 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 71680
				]
			}
		}

		volume-96e480fd-c87f-4d15-b377-0610b0df32a2 {
			id = "kCPWTz-0Lki-ir6U-JprZ-GZCH-64gj-E0PCd3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419616117	# 2014-12-26 15:48:37 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 0
				]
			}
		}

		volume-913207bc-c9a8-470b-8b65-1be1caf7fcc6 {
			id = "mbPhbh-BkJ3-q9Vb-GCmt-uY4e-0Gt9-k1zIOx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419686117	# 2014-12-27 11:15:17 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv34", 122880
				]
			}
		}

		volume-2d94b76b-540a-495a-b6f3-a27759f7894a {
			id = "YYLSM3-0iIn-et9V-k1iW-fjqX-oNE3-M9fKx0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419860815	# 2014-12-29 11:46:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv35", 122880
				]
			}
		}

		volume-9a90309a-8d90-49a9-b3dc-7df244986954 {
			id = "EorvmZ-7N6W-S8yT-amPA-UfiR-cHiC-gYfi8x"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419959124	# 2014-12-30 15:05:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 122882
				]
			}
		}

		volume-5764d85d-82a0-416a-aa92-3801edbe8c4b {
			id = "pv5yg3-tJQz-E1TQ-StKF-D742-P7QL-JPtxiO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419961096	# 2014-12-30 15:38:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 119041
				]
			}
		}

		volume-178219cb-4980-476d-8e39-610e5b5aaf7e {
			id = "j3C9uO-6Oxd-o8Ts-mbWk-90m6-3vpM-K13aqS"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420507203	# 2015-01-05 23:20:03 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 48640
				]
			}
		}

		volume-fd912e70-faec-44ff-a19e-0257e9448c0b {
			id = "XAr9Ji-EmHl-GdWW-R4CN-d5BG-t0kQ-U7IUlc"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420507547	# 2015-01-05 23:25:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 25600
				]
			}
		}

		volume-d4293826-d48e-4362-b638-d835c292f248 {
			id = "dzfmsH-pYIH-2d6C-OBfO-7bar-BRwC-QMTkkH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420507592	# 2015-01-05 23:26:32 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 51200
				]
			}
		}

		volume-efeee49c-2156-4743-afe1-eb06f7f7a009 {
			id = "jXjfuv-0Fxz-PYAV-DRJG-372F-rgXZ-7TuccN"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420507657	# 2015-01-05 23:27:37 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 76800
				]
			}
		}

		volume-61308a00-7472-4172-b4dc-aa282e2e3657 {
			id = "Y67TqW-E7SF-3fjJ-ilA0-ISes-AydZ-C47Tpv"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420509475	# 2015-01-05 23:57:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 0
				]
			}
		}

		volume-cb7ef278-be97-4ef6-a834-58ef16c4332d {
			id = "o5Z2cF-aG7A-QApR-XI68-Cvtl-o77Q-HXG8Vx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420509519	# 2015-01-05 23:58:39 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 25600
				]
			}
		}

		volume-790a39bd-22b0-400f-9e3a-836ec5f69b6e {
			id = "8OYUqK-kyes-3u59-alW8-4S8h-SKuc-d3sf2A"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420509523	# 2015-01-05 23:58:43 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 51200
				]
			}
		}

		volume-03f45103-8178-4b97-a4e2-22c4c5904c19 {
			id = "3YUhqP-B1TL-VTF9-cKoI-jCdu-jRzF-TwjpBY"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512036	# 2015-01-06 00:40:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 76800
				]
			}
		}

		volume-56b6c4fd-b518-45cc-8790-71a822b5d134 {
			id = "8yr2h7-C4gH-Hs0H-kklF-iWXN-oV7r-PjvtjU"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512084	# 2015-01-06 00:41:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 0
				]
			}
		}

		volume-af731f96-3971-4444-b5a2-f2465da4a546 {
			id = "z0Q7vb-5i1G-9DtL-vyzt-kNwm-3Z4M-PHJO9l"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512115	# 2015-01-06 00:41:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 25600
				]
			}
		}

		volume-642c065f-fff4-4798-98a5-dce6cd26fe54 {
			id = "AfXDOB-sl9S-Byeu-nBVM-Q0GO-OHHo-IaylN4"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512185	# 2015-01-06 00:43:05 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 51200
				]
			}
		}

		volume-4e1a25d4-0b40-4637-ba70-c926a9401fcf {
			id = "EYyKLG-0rwD-f9bP-37SK-woLH-BVnh-IgpoUo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512252	# 2015-01-06 00:44:12 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 76800
				]
			}
		}

		volume-fc68e8a5-a40c-4275-8c28-7286db327f06 {
			id = "ZlJRUg-YDRT-KF0r-qvLV-2soY-eMdB-un2QNR"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512286	# 2015-01-06 00:44:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 0
				]
			}
		}

		volume-fdbbdb1c-b981-41a8-af98-35ea3d1dca2a {
			id = "p6CU3L-ceGa-UoHE-TVLv-CPEa-iRhc-y2YsAP"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512326	# 2015-01-06 00:45:26 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 25600
				]
			}
		}

		volume-046c9f79-05d9-42f4-b767-76680f920200 {
			id = "yPwpAZ-bykc-HqTZ-b8Ok-NSxX-ysMF-7MK796"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420548184	# 2015-01-06 10:43:04 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv41", 122883
				]
			}
		}

		volume-430c3abb-b644-4649-979a-e365fe761490 {
			id = "EJ5fQF-Oqym-Ykpy-AzTT-lW9B-tSen-n60LnO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420548252	# 2015-01-06 10:44:12 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv44", 122881
				]
			}
		}

		volume-141b21a4-bba8-40f4-bef4-e89d2f6c88d6 {
			id = "1M63Nb-Q0wc-6xnj-Hm7U-83RD-P76Y-aHKFoT"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420569816	# 2015-01-06 16:43:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 102400
				]
			}
		}

		volume-01ddcbe2-7ab5-43e2-a204-f8d1b5aa8fa2 {
			id = "FCeV7l-wlGc-3LUU-v4sd-1Cgi-0XCr-bpIecz"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420569946	# 2015-01-06 16:45:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 97281
				]
			}
		}

		volume-bdf81996-0112-479b-b585-0c2572285c0c {
			id = "e3Ew9j-dHxf-KJWB-YcNc-gbu6-vxBP-IeRXxg"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420574515	# 2015-01-06 18:01:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 99841
				]
			}
		}

		volume-1a78305b-e136-4017-b637-62848e0636e0 {
			id = "2eI3tG-VcCK-S5qF-o60z-lqCY-BFj6-HdGdRL"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420574971	# 2015-01-06 18:09:31 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 117760
				]
			}
		}

		volume-a64c4f2b-6e52-49fc-b11b-8dfb0f854b94 {
			id = "Jeipn8-gM9N-YJge-Aydu-0BWJ-Yfbs-zlCP8E"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420582823	# 2015-01-06 20:20:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 51200
				]
			}
		}

		volume-4cf473b0-0163-4a3b-928a-4a49e021d7a9 {
			id = "QAbiTU-0n8s-IAuj-dG9l-eMal-TGRl-3MDSNA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420648769	# 2015-01-07 14:39:29 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 1024	# 4 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 126475
				]
			}
		}

		volume-006e1406-ba4d-4131-a74a-2eb8b0e69df6 {
			id = "f6kjEz-DFxi-ytel-Rs0d-GtuV-jEiD-tSOm0l"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420658740	# 2015-01-07 17:25:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 120320
				]
			}
		}

		volume-5300146d-d48f-4881-94c0-c521818bd344 {
			id = "8Kje1k-gRZv-es0p-hgCs-WxZ8-12Uf-njeXi9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420658776	# 2015-01-07 17:26:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 122880
				]
			}
		}

		volume-669c8297-47fc-4a45-9256-1b082b3e83e1 {
			id = "UIl42t-3Nyi-h1Rc-9r85-cvSH-ky71-J01ZBy"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420658980	# 2015-01-07 17:29:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 102400
				]
			}
		}

		volume-534586ce-1c46-461d-a345-a1ef8261d1ef {
			id = "hvAf4o-eHlu-TWdV-fP07-5CrG-W3yr-GZDIBz"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420659010	# 2015-01-07 17:30:10 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 110080
				]
			}
		}

		volume-53a5708b-09f4-4ca8-8ef9-6104e93f7ea9 {
			id = "AycyMX-pggu-93sG-IoZo-IUd9-z0EJ-WTr0we"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420659040	# 2015-01-07 17:30:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 102400
				]
			}
		}

		volume-e18d58b2-6a3f-47f3-a0e8-f26430891b70 {
			id = "BuWxXd-fspX-9ETe-tsIg-e5fz-UGod-XLhRik"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420807886	# 2015-01-09 10:51:26 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 117760
				]
			}
		}

		volume-5e799ac7-6412-4d03-b34d-3f5b73912e2b {
			id = "HXrcMK-fNGE-AySt-4BFH-BZNd-Gw2O-5GeA0B"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420807915	# 2015-01-09 10:51:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 120320
				]
			}
		}

		volume-9d7cf3fd-1363-4577-9137-68479e424244 {
			id = "faR6Jd-Gxux-br4A-RFpb-DUv1-IADK-XroeYr"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420808465	# 2015-01-09 11:01:05 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 112640
				]
			}
		}

		volume-3eecf59c-3350-4daf-a317-0a16e83f8774 {
			id = "vdLq54-NotT-c7vh-fMsF-ynil-gpvv-0S0iuE"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420808579	# 2015-01-09 11:02:59 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 76800
				]
			}
		}

		volume-dd5fae7f-38d3-437e-82ff-3146949b2508 {
			id = "elywdJ-PXBP-4o0Z-pvdC-HVf6-dYaX-OHF6nh"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420808694	# 2015-01-09 11:04:54 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 84480
				]
			}
		}

		volume-dd340c2c-d8c3-40e7-bee2-4b2f0f9f81c4 {
			id = "6LvZ7h-0Lsp-ASke-wqf1-bewx-tN5x-KrElM0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420808834	# 2015-01-09 11:07:14 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 92160
				]
			}
		}

		volume-9abad254-85d1-4a3d-99c2-c667618f72f5 {
			id = "k1MEPe-LCjB-xYgO-Bnwg-xbaP-Uc80-Iweh2d"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420808964	# 2015-01-09 11:09:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 99840
				]
			}
		}

		volume-9ac0fe74-db72-4e0c-bbf7-03b3ccee24f0 {
			id = "YtC1IO-9lTJ-m6LV-M0dM-QMJM-Ct4F-6v2hY9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420808969	# 2015-01-09 11:09:29 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 107520
				]
			}
		}

		volume-ce810bf6-81a6-4d83-a3ee-6998c1c2cccf {
			id = "UqR622-FeRm-Qdyv-3Gkk-queE-0SNN-ogppYq"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420809039	# 2015-01-09 11:10:39 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 0
				]
			}
		}

		volume-70a5bbd5-340e-4187-8269-e2c5836b77fa {
			id = "1vwSUc-VxMm-BDmu-sMsR-CGiX-sKN5-jQtGQg"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420809096	# 2015-01-09 11:11:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 117760
				]
			}
		}

		volume-c691c0c6-6b8c-4895-b3c1-260d473ace5d {
			id = "6HmTBK-g0Di-a6Pk-WdDA-i2Ga-2Sda-UTBv4q"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420809131	# 2015-01-09 11:12:11 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 15360
				]
			}
		}

		volume-88bd9cd8-0ddf-4122-832d-cbc9c2bca665 {
			id = "3vDkHy-l0sJ-Wqes-mf1e-RJo1-1Lie-kr9Je8"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420809171	# 2015-01-09 11:12:51 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 40960
				]
			}
		}

		volume-1def534d-4ae4-4b3a-a00a-158fe95d7591 {
			id = "2kJQ7V-Povn-LOyM-dcvq-1R0W-WVIy-LxIQ3C"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420809224	# 2015-01-09 11:13:44 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 48640
				]
			}
		}

		volume-8b12e3a4-a140-4a39-81d8-a063fb6d15e9 {
			id = "6nLsn6-o4hP-I4LI-0ILe-DjNf-p0cs-dJcjov"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420812401	# 2015-01-09 12:06:41 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 122880
				]
			}
		}

		volume-356210a9-ac77-484f-9680-f073586192ab {
			id = "p2zerD-tf0c-GbR6-etT2-y09i-kwOk-T4URd8"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420822647	# 2015-01-09 14:57:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 120320
				]
			}
		}

		volume-ebc958d2-55a3-4924-8d7a-a51c4e1a4fe3 {
			id = "uVnryE-RSdG-Uo0M-Oenp-H4D0-1Jhu-Q3x7s9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420826566	# 2015-01-09 16:02:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 122880
				]
			}
		}

		volume-2b429e51-95ed-4bb7-a46c-fb362b5866da {
			id = "GdWI3n-2gTj-ZAEd-xO0c-XdVw-a0rj-tnbLec"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421091226	# 2015-01-12 17:33:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv42", 76800
				]
			}
		}

		volume-a3a413c1-0b9b-4182-bd93-046f9ebaf19d {
			id = "RRr8wz-32SN-VLb4-qo7i-ITAq-eFG6-eMa9GN"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421091260	# 2015-01-12 17:34:20 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 64000
				]
			}
		}

		volume-869c9a40-0360-480c-a966-a7387f93f4cc {
			id = "TwXFsf-HX0E-VaXH-0g3f-CNyx-tdns-5mGUcH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421091301	# 2015-01-12 17:35:01 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 89600
				]
			}
		}

		volume-ee8ddeba-9bf5-4889-909b-2e5b5ce8be8e {
			id = "OfNX6D-bA29-STIK-f9gg-hevL-wdiw-2EouHs"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421167901	# 2015-01-13 14:51:41 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv52", 0
				]
			}
		}

		volume-5e4c572d-159d-46fb-b540-bda0665d08e6 {
			id = "G1TvdX-PX2o-tHQN-I52S-L3ZX-p37I-pjklQa"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421167938	# 2015-01-13 14:52:18 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv52", 25600
				]
			}
		}

		volume-96f67b54-1dd0-4bb4-a397-9c7e9bc82748 {
			id = "dUBKEs-HlOS-RyPD-zEmQ-6W6w-Zd88-KQq4oo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421167968	# 2015-01-13 14:52:48 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv52", 51200
				]
			}
		}

		volume-d398b17e-6e90-4996-902e-c1051e1463b8 {
			id = "G9h0E9-co0t-QSqZ-rwTj-SAjH-LEVJ-zKT1ad"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421168324	# 2015-01-13 14:58:44 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv52", 76800
				]
			}
		}

		volume-b2109932-acf0-433e-b479-00413281c22f {
			id = "eqt3dC-GMGk-vGsK-3336-rWam-Wa1X-yohn0H"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421168362	# 2015-01-13 14:59:22 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv53", 0
				]
			}
		}

		volume-fd72bede-b3c9-4830-93a7-d7d2e0e5ef05 {
			id = "uqG4ZK-envq-nRz5-X4gK-Up6l-8bCl-SCC950"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421170625	# 2015-01-13 15:37:05 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 122880
				]
			}
		}

		volume-7e4a5232-3fc7-4136-81ae-8817662b0667 {
			id = "Zf4rDW-pewA-AY0y-SHHZ-JDm9-cU2J-3HiQ6k"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421170707	# 2015-01-13 15:38:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv33", 122880
				]
			}
		}

		volume-c01f405f-506c-430c-8453-7e0ce23a32bb {
			id = "2qAC24-9k15-iRb8-J5qr-dzFw-vboc-fqr1Oa"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421343589	# 2015-01-15 15:39:49 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 0
				]
			}
		}

		volume-bf7453f5-9977-4e39-9cb4-4524ebba906c {
			id = "MKRd8D-wyAl-4IsR-zgmV-qfJm-y36u-AZxOfo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421513907	# 2015-01-17 14:58:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 0
				]
			}
		}

		volume-9c670afa-94df-4d93-b22b-5452d2603093 {
			id = "o13Oaa-18fk-XTx2-dPED-ttqa-cr9e-00O14R"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421596980	# 2015-01-18 14:03:00 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 2560
				]
			}
		}

		volume-30d6c7eb-a82b-4ddf-b014-0090100ea1e2 {
			id = "25rCaO-EMgQ-Ahcu-09JL-9vtP-TU2E-JgpTgt"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421597005	# 2015-01-18 14:03:25 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 76800
				]
			}
		}

		volume-20bab36a-cc64-4d62-8fa2-97834def43af {
			id = "mdOJQZ-zwIZ-YaVo-Nb4H-FKpP-PdZE-kx1UWX"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421597434	# 2015-01-18 14:10:34 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 79360
				]
			}
		}

		volume-b0c32674-65e3-43fc-b9fa-4252598a670e {
			id = "4HoHxs-nX0T-DJs1-ho0a-86hb-P0Pw-J19c4j"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421597567	# 2015-01-18 14:12:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 81920
				]
			}
		}

		volume-f4209f7a-2cc0-4ecc-83d7-7c6f169969c2 {
			id = "Jj3Omu-o8YD-cu28-vKLz-jC4X-Xt4h-F4987P"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421597694	# 2015-01-18 14:14:54 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 84480
				]
			}
		}

		volume-45129ddf-b3b7-4ae4-b476-8cbc5ab0c468 {
			id = "jnVNu0-qvrX-4cUN-Lvju-QBkf-qs1B-YT9rGG"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421598020	# 2015-01-18 14:20:20 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 89600
				]
			}
		}

		volume-1ed9d76e-4dec-415d-a8fa-6c6f06f65d92 {
			id = "wKhKU7-rfO5-CByX-Gbra-TByG-sIKC-AtSAlm"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421677092	# 2015-01-19 12:18:12 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 92160
				]
			}
		}

		volume-b416dcae-5361-4c65-bd8d-ee404bc393c1 {
			id = "krwF6V-oJeE-xpKk-TAS1-pCiS-EMuS-9SPqcJ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421677128	# 2015-01-19 12:18:48 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 94720
				]
			}
		}

		volume-3d11d82b-e3a0-4ba8-8711-2ae065cc9c4b {
			id = "DE2eJY-wc6R-2vTz-qI4B-XES7-tFPb-bhyUqZ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421848894	# 2015-01-21 12:01:34 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 20480
				]
			}
		}

		volume-235fb092-0c27-4405-9792-61438dc23455 {
			id = "4eQ65x-bIrF-CxVU-9gUS-XDyJ-1bIZ-jaaXWn"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421848902	# 2015-01-21 12:01:42 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 46080
				]
			}
		}

		volume-fe48876f-34d4-4df0-a12d-079a5686478c {
			id = "BUOZ8t-LCQF-vtcY-Zz80-zavu-LveL-oYjy3l"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421850972	# 2015-01-21 12:36:12 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 97280
				]
			}
		}

		volume-53361d7c-862f-40a8-a7df-bc5d6ae02d7c {
			id = "xZ3dze-tDS6-ouk5-ogSw-glFi-dgM5-FVMzUy"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421872254	# 2015-01-21 18:30:54 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 512	# 2 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 126727
				]
			}
		}

		volume-a3129f3b-730d-42cc-91d5-49a1adb065da {
			id = "UlLVG7-9Pqc-ZXYd-SLFO-BD2k-bNaw-EACXM5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421930462	# 2015-01-22 10:41:02 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 112641
				]
			}
		}

		volume-1858d443-2f79-461b-8dfd-2ece6e30fba7 {
			id = "bL3Zwv-fqjj-4Ke0-adY3-VMBm-keba-Uo5egJ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421932859	# 2015-01-22 11:20:59 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 81920
				]
			}
		}

		volume-e29d5487-4bd2-4e74-bc1f-eb99eac1f6cd {
			id = "UeQixh-fJTi-l1bm-WLFb-mvs3-AC9S-7l4Hpu"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421934997	# 2015-01-22 11:56:37 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 117761
				]
			}
		}

		volume-21ee227a-d2aa-4e43-b250-58b9a6a9ef14 {
			id = "CU8Um6-3kZl-CAd1-RRo5-JekA-oLc7-BWtgSO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421947039	# 2015-01-22 15:17:19 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 107520
				]
			}
		}

		volume-f130eebd-9b6f-4d05-9cd1-a7bb41400feb {
			id = "EqlJSi-XWeB-hvOc-2oNX-j9oR-S6uZ-9eg8ei"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421948858	# 2015-01-22 15:47:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 46080
				]
			}
		}

		volume-323078b2-ea62-4de5-923b-39143e394055 {
			id = "2k1DqZ-RahJ-O7GG-u8jD-j2BQ-XCsS-aX4sdP"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421949840	# 2015-01-22 16:04:00 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 71680
				]
			}
		}

		volume-252172fb-eb76-4c15-813e-2a2f194638bb {
			id = "F9Q7Zv-acm9-5udT-dpce-t7ZX-131Y-9sYkq1"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421952073	# 2015-01-22 16:41:13 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 0
				]
			}
		}

		volume-c5be7b3d-cceb-4f9f-b2e9-5c66804936ff {
			id = "sCxpI5-3Zos-WmVT-AVjT-ATh1-1yib-LwFdye"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421952113	# 2015-01-22 16:41:53 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 76800
				]
			}
		}

		volume-ae3abc13-f2c3-4e2a-9d39-cb2a2772c5b9 {
			id = "siOLGv-hhuA-JUkk-u48a-yzFn-klxu-KHYQcv"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421952136	# 2015-01-22 16:42:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv53", 76800
				]
			}
		}

		volume-aef8c162-7439-4e3d-b557-bf4ee0a107be {
			id = "onUoLJ-UEos-tCk8-VFRj-4Km3-vodd-0g03oR"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421952183	# 2015-01-22 16:43:03 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv54", 0
				]
			}
		}

		volume-768aa01d-a50e-4ff6-a4d5-c7aaf4ee0cd4 {
			id = "lpmaVm-cHcy-hhcN-0Vga-qrTY-Wr7X-GuBVtz"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421953447	# 2015-01-22 17:04:07 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 48640
				]
			}
		}

		volume-1619438c-14e6-4c4c-aff4-b993539bb958 {
			id = "loSNh2-WIOQ-riwJ-xN0d-Crxt-H6Eo-8F523S"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422017044	# 2015-01-23 10:44:04 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 3072	# 12 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 71680
				]
			}
		}

		volume-2d1d56f2-65b1-4c7c-8ad0-ecabd75cf8af {
			id = "taT32t-OBMV-3WdN-dwry-r5FZ-kA0c-t49EY0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422029132	# 2015-01-23 14:05:32 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv54", 25600
				]
			}
		}

		volume-6eb0b7ca-2b40-42a1-88a9-fb0244b7d947 {
			id = "1I2poL-mbnK-4L7e-2eve-Te35-xjGE-gLob7R"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422277058	# 2015-01-26 10:57:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 112640
				]
			}
		}

		volume-632f77a8-6b9d-4e39-9ba1-d74ca3fe4feb {
			id = "tJrSvH-DVYK-abMl-QotS-OxHI-0Mpz-LqM3Cv"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422277899	# 2015-01-26 11:11:39 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 117760
				]
			}
		}

		volume-99b4db06-db2f-4a89-a219-05689b0c2c1a {
			id = "Hth1Cx-k9EO-tjNb-0qS3-fgcr-uk2X-OUOdY9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422278117	# 2015-01-26 11:15:17 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 120320
				]
			}
		}

		volume-a3f783ed-4146-41ff-91a0-3fb7377099ba {
			id = "YKOfBr-0Arm-P3Ly-4I6D-516u-xdNs-GJzJJA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422279060	# 2015-01-26 11:31:00 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 117761
				]
			}
		}

		volume-dce77d19-78cd-4618-be56-124366f1103d {
			id = "qDIVqD-W3OS-kKt6-QAqX-qSBv-MnTP-32vHIg"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422280387	# 2015-01-26 11:53:07 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv55", 0
				]
			}
		}

		volume-0c641d0e-d60f-43fd-8cae-b395896fb4aa {
			id = "vXazYx-BSmK-7w4G-abeS-Mld8-t3B5-kAWVKP"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422281228	# 2015-01-26 12:07:08 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 117760
				]
			}
		}

		volume-bbbaa56a-4996-4fb8-b059-8b5aed7d600f {
			id = "Sipfgm-2LNc-2Fr0-ngD0-zGG1-gfbs-k9u0oE"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422290989	# 2015-01-26 14:49:49 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 25600
				]
			}
		}

		volume-4af0944d-a40b-4387-befd-6e25ef096b3c {
			id = "5gWZ10-PTwh-vH51-YGAS-Erfa-eR21-RBScow"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422292559	# 2015-01-26 15:15:59 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 120320
				]
			}
		}

		volume-47a930a6-cded-40a2-aa65-02de1c4e742b {
			id = "3RcYka-jGfa-g58M-TpHD-VpFz-bh92-RCZYEf"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422292594	# 2015-01-26 15:16:34 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 17920
				]
			}
		}

		_snapshot-791265cb-2cb1-4684-a3a5-afd01a61e223 {
			id = "AWpKe0-vksx-e2z1-cz0H-wXpa-xmWS-00okMI"
			status = ["READ", "WRITE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422298535	# 2015-01-26 16:55:35 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 122880
				]
			}
		}

		_snapshot-8f2e95b4-5fc1-4798-8add-3581f29c1bad {
			id = "OHkOQd-2J2t-73FO-lvG0-PH3G-n43I-BycGRU"
			status = ["READ", "WRITE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422298543	# 2015-01-26 16:55:43 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 122881
				]
			}
		}

		volume-8c489209-2084-4641-a79e-b9971357ebcd {
			id = "0qvTeB-IviZ-KpWS-7yto-aTrV-fp7v-3T1gJX"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422366892	# 2015-01-27 11:54:52 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 23040
				]
			}
		}

		volume-e0fd3dc8-389d-43e2-b1b1-e2faf92679af {
			id = "oR5Mn1-PsER-AdP0-YK6K-EnF5-3Ydw-P9g3Ex"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381115	# 2015-01-27 15:51:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv55", 25600
				]
			}
		}

		volume-9aa1ecc2-736b-453b-a0f3-ed62e46a5e06 {
			id = "hhnxwO-0LAu-gVfE-nE3p-U62n-dPHo-BCDg4c"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381259	# 2015-01-27 15:54:19 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv55", 51200
				]
			}
		}

		volume-78e018c6-c367-49e3-8ce8-a702141c24a9 {
			id = "8VPICN-3r0O-GX4P-7eec-sx5B-GtKM-s8fary"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381319	# 2015-01-27 15:55:19 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv55", 76800
				]
			}
		}

		volume-164a90b5-b241-48f7-b2af-c3c412b75c15 {
			id = "oS69Me-gW5f-FtKZ-0nw5-InzV-z10X-VQtB83"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381533	# 2015-01-27 15:58:53 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv56", 0
				]
			}
		}

		volume-804a0474-9c25-4c94-af01-38abf4c1411e {
			id = "lMys0Y-pBXC-y58G-3AAQ-c3U3-qAw0-DcyV5m"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381563	# 2015-01-27 15:59:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv56", 25600
				]
			}
		}

		volume-fe6b6bb4-becb-4383-a802-dc71e5ce441a {
			id = "1nfa7V-b5r7-9S6q-DXgc-J2kX-LiHn-80e4eL"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381676	# 2015-01-27 16:01:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv56", 51200
				]
			}
		}

		volume-7634713e-6540-48e6-a51d-2419d436e99f {
			id = "EoWDXl-AynJ-P5PN-BC7U-CzXa-l2Pj-lskK9t"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381686	# 2015-01-27 16:01:26 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 28160
				]
			}
		}

		volume-89ac20f7-cc6b-4650-a051-cced1206ef05 {
			id = "fo3TR5-ykIE-JigT-dL6Q-VKbx-4iDb-iI62RW"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381758	# 2015-01-27 16:02:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv56", 76800
				]
			}
		}

		volume-b615e1ac-b9e8-4443-950a-6b777a5b5624 {
			id = "uTPSBG-62jh-jifH-Sva9-zWzU-7Dc9-7z1chb"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381807	# 2015-01-27 16:03:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv57", 0
				]
			}
		}

		volume-c15cb996-db4a-4190-89fe-008cee2b522b {
			id = "8uhw2r-TN2e-oDmK-t7YT-sxcT-6yrq-8JQ8dp"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422382881	# 2015-01-27 16:21:21 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv57", 25600
				]
			}
		}

		volume-787ed030-82c2-4352-ab26-d08f00b6f0c3 {
			id = "vh3p7e-1XBC-vod9-tDHA-v04O-Lg0I-a2jbZx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422383014	# 2015-01-27 16:23:34 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv57", 51200
				]
			}
		}

		volume-85b1be3e-ec6f-4760-b707-4a34e6465f9d {
			id = "eEiujG-paIR-3lI5-ARcO-7Zaq-Z4Xk-eVqasn"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422386390	# 2015-01-27 17:19:50 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv57", 76800
				]
			}
		}

		volume-4f7f9e43-3980-43c5-a337-dad6557da4c5 {
			id = "JLsJ2a-08K8-guwk-QLla-ECt6-DzSm-NvUBWY"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422386754	# 2015-01-27 17:25:54 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv58", 0
				]
			}
		}

		volume-7ee1e943-cc3f-4439-97f4-39c9be0a7cd1 {
			id = "P0w2Ct-yWzC-dJsw-taUZ-vtUn-CTBx-xb91Iu"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422388415	# 2015-01-27 17:53:35 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv58", 25600
				]
			}
		}

		volume-5b44d5b8-2c41-4292-9dde-803cf5c63647 {
			id = "IxvjMP-uKst-lBpE-uPEA-mQzc-ABUB-iRp8uQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422388568	# 2015-01-27 17:56:08 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv58", 51200
				]
			}
		}

		volume-f5ce947a-b1aa-475d-ad0d-905ed4baefd7 {
			id = "rckzdj-ZSjC-Ut6I-F7sd-drVr-8y6r-gk6yj1"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422388691	# 2015-01-27 17:58:11 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv58", 76800
				]
			}
		}

		volume-3d43ad17-da72-4c8d-8f03-525786f72408 {
			id = "uQcAQO-LA2B-C5se-13ou-SRk5-zdNy-qE2JWC"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422389004	# 2015-01-27 18:03:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv59", 0
				]
			}
		}

		volume-da23f529-98bb-4943-ad14-d618f67471c8 {
			id = "xcs1QL-1Wgn-h00U-P2su-en3e-zv9c-WAULLF"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422389707	# 2015-01-27 18:15:07 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv59", 25600
				]
			}
		}

		volume-d57e722d-a044-45e1-a678-e4847fa5c128 {
			id = "ixuCBp-J6wd-GHPE-ERuQ-Kr9Y-1wVg-N2o0ye"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422389816	# 2015-01-27 18:16:56 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 20480
				]
			}
		}

		volume-e7fdfdd1-d501-438d-af1e-24eb9c117328 {
			id = "MIcOK6-Kcnz-cTh5-K35b-s4Uj-zdzz-dsMV1I"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422390046	# 2015-01-27 18:20:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv59", 51200
				]
			}
		}

		volume-0699aedc-0597-4980-a889-f9ece487bffc {
			id = "t1GRhC-Chv6-Ze0q-wUr5-Aw2G-nzms-97FXty"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422390139	# 2015-01-27 18:22:19 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 76800
				]
			}
		}

		volume-1f233a7a-6ed8-4b3a-b5c6-8a8341ebd95d {
			id = "D7hGeR-jeau-RWGA-rE30-evrA-CtWf-8aSTdK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422391626	# 2015-01-27 18:47:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv59", 76800
				]
			}
		}

		volume-53b8b2ad-1105-4268-ae30-9a8060418f86 {
			id = "wY2fhZ-kmx8-UdJy-kQs0-GQzk-6O2r-YGGdI7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422391704	# 2015-01-27 18:48:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv60", 0
				]
			}
		}

		volume-3853a933-8f87-4783-ac3c-cbf52c53a4d4 {
			id = "qXaUUz-UTF6-2ysR-wgwy-QCIw-HuJT-meMD57"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422448707	# 2015-01-28 10:38:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv60", 25600
				]
			}
		}

		volume-c5e1f917-352f-4c7b-b7df-e7a2fd11f295 {
			id = "aICEOa-s2Ed-RC3P-KM0u-wPGD-urBN-wHxjRz"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422448787	# 2015-01-28 10:39:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv60", 51200
				]
			}
		}

		volume-960ad36d-f8e3-4e4e-99f6-cc1ed4c26db7 {
			id = "g5yCiD-bzRl-5t7r-G4nK-HcZd-LBKn-u11onQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422450871	# 2015-01-28 11:14:31 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 33280
				]
			}
		}

		volume-c1d7771a-1fa1-4d58-ae97-eb795318ab12 {
			id = "yZR3T2-VnIi-RkrW-qoX0-CfC9-RYwm-0AFOl9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422450945	# 2015-01-28 11:15:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 33280
				]
			}
		}

		volume-fe99f73e-af60-47e4-83c0-ec418d851cef {
			id = "Q1qIfg-gdiJ-NVoc-TdX3-OuCc-D3sn-0CecbF"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422454261	# 2015-01-28 12:11:01 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv60", 76800
				]
			}
		}

		volume-98feb96c-f15b-45e3-bf40-b1dbcbff36b2 {
			id = "fw1SUV-0SoH-vc9i-CzRW-FQPC-VX6G-57mqxW"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422454349	# 2015-01-28 12:12:29 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv61", 0
				]
			}
		}

		volume-2b32af57-8e9b-45ea-8374-6e7e1f7f07ae {
			id = "ToWRXe-7zp6-uXGs-qsPN-4gPp-aclk-Hq6Qlv"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422454405	# 2015-01-28 12:13:25 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv61", 25600
				]
			}
		}

		volume-a6d2ec3d-718a-4243-873b-1ccdc3d4a9e5 {
			id = "v0FvmI-aNg9-wwa1-IQB7-B2eo-bcRP-15gLbT"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422454566	# 2015-01-28 12:16:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv61", 51200
				]
			}
		}

		volume-9ce71849-9354-4217-9feb-cfb025eb25c9 {
			id = "hRh52u-lK44-od85-fmRu-svLF-Pzf4-XqxD2m"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422454604	# 2015-01-28 12:16:44 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv61", 76800
				]
			}
		}

		volume-d6343725-2c17-47c5-9838-e85c738f8923 {
			id = "jV6B3x-Uxnc-7iJ4-FUcq-SrAi-yrmb-dvFdU5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422455157	# 2015-01-28 12:25:57 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv52", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127755
				]
			}
		}

		volume-e86c2950-a85d-4758-b1c7-dfce785cf558 {
			id = "wRMJdN-j4HA-wuE0-G8hm-chWB-PDCe-4biZNd"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422455194	# 2015-01-28 12:26:34 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv53", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127756
				]
			}
		}

		volume-fafa7c7f-56a2-4c15-933f-aebf1fc16afb {
			id = "88Ec5V-ReFF-7zHT-13yD-cE7o-gaRd-4hYLYV"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422455310	# 2015-01-28 12:28:30 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv54", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127757
				]
			}
		}

		volume-df8b1b25-2151-4d59-947e-b4380a822d8c {
			id = "OFdZDy-xy6u-6bS7-5vvA-15rd-L9vj-ivsI28"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422455480	# 2015-01-28 12:31:20 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv55", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127758
				]
			}
		}

		volume-3e53592e-ce3b-4e87-8267-062573ba5819 {
			id = "pNxKk1-JQDe-eDOO-fAws-H0Lw-cw1J-rcR2cJ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422455600	# 2015-01-28 12:33:20 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv56", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127759
				]
			}
		}

		volume-7d27d1bb-c780-4a8f-93db-6eb6676d9c2e {
			id = "i1yY43-0lrD-vlWH-xrar-GK33-vf9V-mSkgpf"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422456022	# 2015-01-28 12:40:22 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 104960
				]
			}
		}

		volume-6086fbc8-713e-4364-a708-a4c0b2958bee {
			id = "VxOMck-lfvN-dtbp-Dv3p-wCTN-U80V-LD4Nb9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422456139	# 2015-01-28 12:42:19 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv41", 102402
				]
			}
		}

		volume-c148721d-7cbf-44af-b449-6ee36b2de913 {
			id = "Fq9y5n-KZ78-zFus-6fCx-Hlwm-hssS-AoCcV2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422456183	# 2015-01-28 12:43:03 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv44", 102401
				]
			}
		}

		volume-b2357348-a934-4b43-b444-36565b6297fc {
			id = "HPqwMP-Lgoq-vBfh-dIJs-r1MX-cP5R-3u74V0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422468100	# 2015-01-28 16:01:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 23040
				]
			}
		}

		volume-88600851-2a74-4506-a930-19a2ffd23583 {
			id = "SWRToQ-trkl-Q7Uy-4Ywt-o2to-D2f2-ZgiFlU"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422468175	# 2015-01-28 16:02:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv57", 102400
				]
			}
		}

		volume-10330818-0ba3-4070-b793-90d55796e102 {
			id = "zJOovc-gvtR-enQ0-W2GX-uHgj-DIag-6EpTPF"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422470097	# 2015-01-28 16:34:57 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 15360
				]
			}
		}

		volume-08aaf869-2fdc-4ece-aef6-b2d353d97fa5 {
			id = "LFrf1j-hrwD-bfXO-zZAc-RSfH-PSBI-s99vB0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422470127	# 2015-01-28 16:35:27 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv58", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127760
				]
			}
		}

		volume-81185a54-d625-4c20-85df-768435b4774e {
			id = "nC82Hy-mUiu-IQdZ-pHrQ-XDS7-t2FZ-a7bRdk"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422470229	# 2015-01-28 16:37:09 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv59", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127761
				]
			}
		}

		volume-f5e0bd9e-0c94-4a1c-a038-776e6e413461 {
			id = "cMxPf5-khMc-3cdE-0rp8-LwpP-pVKQ-hqxzF2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422470267	# 2015-01-28 16:37:47 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv60", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127762
				]
			}
		}

		volume-b0432253-2789-4927-8439-d0262d02ffea {
			id = "ufVkRq-iL98-G8wa-mXRu-e4bz-UZVe-HZaIDN"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422470427	# 2015-01-28 16:40:27 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv61", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127763
				]
			}
		}

		volume-5aa49cde-fb34-494a-9138-02b8684cb296 {
			id = "NqTLfw-Q77n-UTbz-lq0b-ZN4w-su9Q-aTD7XT"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422473702	# 2015-01-28 17:35:02 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 53760
				]
			}
			segment2 {
				start_extent = 15360
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 40960
				]
			}
		}

		volume-1691581f-483e-483e-8f60-b8afc3ad7171 {
			id = "LwOhME-R5yW-yOVH-lzf3-CKbn-4RS1-oi6kko"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422475146	# 2015-01-28 17:59:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv62", 0
				]
			}
		}

		volume-fd82702a-18ab-401b-8aa1-bfe67c9acf92 {
			id = "iw2xth-UuOl-zEFO-TfVZ-2K8H-Mafp-g0Eavx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422475218	# 2015-01-28 18:00:18 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv62", 25600
				]
			}
		}

		volume-f5b29cb7-4291-4800-afbe-416556345e2e {
			id = "V2df8z-Rvze-EmSf-XaZH-o2sr-1eH3-eeS1xA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422475258	# 2015-01-28 18:00:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv62", 51200
				]
			}
		}

		volume-2eef40db-a400-4a54-98d9-f28c5b3f2e51 {
			id = "R1Lvdg-T43F-5jCa-GNUN-nwle-Wq7R-qK0WHV"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422475547	# 2015-01-28 18:05:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv62", 76800
				]
			}
		}

		volume-2bb8c129-f6c2-455e-b45b-37adc29fbb18 {
			id = "DSjedd-2p0s-4x1w-hecE-CvoR-XjFF-3Yh2hC"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422475606	# 2015-01-28 18:06:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv63", 0
				]
			}
		}

		volume-d39e4b3a-f2e8-43db-b537-665aa6bffd50 {
			id = "fanuH2-Sj3S-AWva-MSuA-G9gd-HeKp-aR4RqA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422547188	# 2015-01-29 13:59:48 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 122880
				]
			}
		}

		volume-314e2b2a-451d-4d4c-8b5e-2d7aef752c96 {
			id = "jcKqRD-XfRm-7Jl0-WXNg-Nrus-SDwE-YxI4Xf"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422547410	# 2015-01-29 14:03:30 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 30720
				]
			}
		}

		volume-be9b47b7-24ae-4d91-bd16-1ae8b5a36996 {
			id = "RFtdU2-f1U8-yqhD-0wZy-AGjI-1iH7-F4TO2T"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422623416	# 2015-01-30 11:10:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv63", 25600
				]
			}
		}

		volume-25813a36-cc1d-421c-a504-4b65c6107c09 {
			id = "66wxV1-WRCl-QU1e-Q3AE-q0fX-tUgR-S22ZFD"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422627475	# 2015-01-30 12:17:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv62", 102400
				]
			}
		}

		volume-979a6898-1dbf-4a64-b7b6-2299ce675692 {
			id = "SeLQWN-6nU6-nxJN-rFet-dyGQ-ePtW-dY5neH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422650886	# 2015-01-30 18:48:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 38400
				]
			}
		}

		volume-21acba1b-a5c6-4bf8-83b3-8a966f040324 {
			id = "npEMRe-0ynM-4PUO-USfH-ojMM-0IJg-KR0lca"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422972588	# 2015-02-03 12:09:48 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 89600
				]
			}
		}

		volume-0141b8bc-d396-4a03-ae74-7a47a63fe381 {
			id = "MdEcs9-WJrG-cvLZ-y5Q0-ctju-JqAz-CFkCp0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422973056	# 2015-02-03 12:17:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 94720
				]
			}
		}

		volume-72072669-5daf-48ac-a6ba-259f5038eee8 {
			id = "RT3kuc-0B2v-vDFy-GqH4-hc32-c7en-y5fUeu"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422973951	# 2015-02-03 12:32:31 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 92160
				]
			}
		}

		volume-bc9c9cef-4841-42a2-b29c-0dee27f3b9fc {
			id = "IwtfMh-4jGW-Xc31-TMyx-LxR1-HFhs-cKIlp6"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422978009	# 2015-02-03 13:40:09 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 1280	# 5 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 122881
				]
			}
		}

		volume-2110c395-4970-4072-8f69-e14434afcec9 {
			id = "fIopX2-Os6K-kxNG-rz04-8eUg-pHdm-f04CgQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422978938	# 2015-02-03 13:55:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 110080
				]
			}
		}

		volume-e8efd2e4-ef12-4408-a9e5-e3af7ca7aaba {
			id = "IGDxDs-Z5TP-V7G5-B3C6-XNie-tK1M-DChJkO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422980042	# 2015-02-03 14:14:02 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv42", 104960
				]
			}
		}

		volume-cb75c387-91af-4808-8926-6605dcaabe74 {
			id = "aQZbDv-51Bj-C2S3-jA94-K6ux-JhFg-IQLYwK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422988415	# 2015-02-03 16:33:35 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv42", 102400
				]
			}
		}

		volume-18fb1387-faa3-46cc-8b18-c3f0f6cc4be2 {
			id = "wMdnBc-R8SS-Ikle-afxn-1h9V-PvzX-EMkJCx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423048900	# 2015-02-04 09:21:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 74752
				]
			}
		}

		_snapshot-0f01640b-4c09-4be2-b84d-3240b432e214 {
			id = "EuzCHh-AG9D-JQZP-7L8G-2lEs-UH00-7nwZ1L"
			status = ["READ", "WRITE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423060732	# 2015-02-04 12:38:52 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 99840
				]
			}
		}

		volume-fe369453-15bd-4797-bc1e-c818db2482d0 {
			id = "hKSq4y-sedD-5p00-VnUv-7xCT-eMOa-RtU5Hh"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423064508	# 2015-02-04 13:41:48 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 20480
				]
			}
		}

		volume-eb45b006-1b08-4465-b2a6-197aae382552 {
			id = "8DhkS2-3at6-fgqN-8NVe-DDjM-xOFn-cIfhSJ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423075094	# 2015-02-04 16:38:14 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 79360
				]
			}
		}

		volume-3ea45afc-1eea-494e-a260-15d98ebbd360 {
			id = "JViN0I-Qh2B-UdoJ-HGMy-88Xq-yB7R-u1uzqj"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423143831	# 2015-02-05 11:43:51 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 23040
				]
			}
		}

		volume-0bcbdde3-45fc-4a53-91c0-dfd5e1c3dbb7 {
			id = "a7y4iv-Fivj-rT8O-jkZv-9fl1-K1SC-07XZog"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423151603	# 2015-02-05 13:53:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 98560
				]
			}
		}

		volume-61cb05a8-f563-40d0-b5e0-dde9617102f5 {
			id = "W58YrF-OlOr-UoyO-8SnZ-1zqi-KBvi-e86A74"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423151636	# 2015-02-05 13:53:56 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 107520
				]
			}
		}

		volume-c8312ce6-6c4a-4004-9bbd-e373d147baff {
			id = "JPfDzF-0LnG-MQmm-LY43-MNkA-qFmr-8p0nUj"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423151685	# 2015-02-05 13:54:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 25600
				]
			}
		}

		volume-28487215-b86f-41e6-882d-51e30b5eb6d4 {
			id = "LD4jN0-8Grx-LIiS-CY93-jx2k-Dbde-Vdg4Z3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423151738	# 2015-02-05 13:55:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 30720
				]
			}
		}

		volume-8f9d0e5d-e114-4b93-b9a1-9104afa21aa2 {
			id = "DmtBqJ-ciuF-eodp-gj0a-02kM-9IjY-GVQ5mf"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423156952	# 2015-02-05 15:22:32 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 512	# 2 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 126977
				]
			}
		}

		volume-b1454268-432d-4613-ba2f-1f329580f424 {
			id = "1wMwsw-Ck3Q-0A59-4Rbe-jeK8-KaWs-ZtXoFI"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423157367	# 2015-02-05 15:29:27 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 127999	# 499.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv64", 0
				]
			}
			segment2 {
				start_extent = 127999
				extent_count = 3073	# 12.0039 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 38400
				]
			}
		}

		volume-ecc8bc90-8f9b-48f3-8444-26f53dd17299 {
			id = "Hxw935-lOiR-jecF-R3ZG-Cx1V-e5Xe-yuZcLA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423161520	# 2015-02-05 16:38:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 33280
				]
			}
		}

		volume-5795ed7f-3d36-40d3-b5b2-f819e145e086 {
			id = "I0tJos-uXIa-CowH-vNpA-9qWl-ialh-hnpFOa"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423229961	# 2015-02-06 11:39:21 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 41473
				]
			}
		}

		snapshot2 {
			id = "4wC7qC-Ap1n-JN2I-8xAB-s2Pe-AHoi-AqjOWc"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411578780	# 2014-09-24 14:13:00 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 3840	# 15 Gigabytes

				type = "snapshot"
				chunk_size = 8
				origin = "volume-2f41ac0d-6768-461f-92e9-fd01fabccba2"
				cow_store = "_snapshot-da8db311-8b8d-4bd4-98f5-79f7923e3b29"
			}
		}

		snapshot3 {
			id = "aEePmI-z3eA-MLRu-V8sl-zBbp-8DDc-XWl9XO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422298536	# 2015-01-26 16:55:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "snapshot"
				chunk_size = 8
				origin = "volume-5e939bd2-1a43-4102-bcea-3d81f534c9a6"
				cow_store = "_snapshot-791265cb-2cb1-4684-a3a5-afd01a61e223"
			}
		}

		snapshot4 {
			id = "RvVOzo-igct-9WR9-XtJq-LoLO-kV6N-9JPeyH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422298544	# 2015-01-26 16:55:44 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "snapshot"
				chunk_size = 8
				origin = "volume-91d44bdf-6dd7-4383-8473-a91ea694a65c"
				cow_store = "_snapshot-8f2e95b4-5fc1-4798-8add-3581f29c1bad"
			}
		}

		snapshot5 {
			id = "vzs9BL-hPjt-S0TG-RCcz-kOta-WtO1-y2GEQt"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423060734	# 2015-02-04 12:38:54 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "snapshot"
				chunk_size = 8
				origin = "volume-e8efd2e4-ef12-4408-a9e5-e3af7ca7aaba"
				cow_store = "_snapshot-0f01640b-4c09-4be2-b84d-3240b432e214"
			}
		}
	}
}

[-- Attachment #3: platinum_current_setup --]
[-- Type: application/octet-stream, Size: 209456 bytes --]

# Generated by LVM2 version 2.02.111(2)-RHEL6 (2014-09-01): Mon Feb  9 14:20:42 2015

contents = "Text Format Volume Group"
version = 1

description = "vgcfgbackup -f platinum_current_setup platinum"

creation_host = "platinum_server"	# Linux platinum_server 2.6.32-504.3.3.el6.x86_64 #1 SMP Wed Dec 17 01:55:02 UTC 2014 x86_64
creation_time = 1423498842	# Mon Feb  9 14:20:42 2015

platinum {
	id = "eDZJjd-IQ8l-74Io-9p5s-1GgZ-dei3-FccacS"
	seqno = 2401
	format = "lvm2"			# informational
	status = ["RESIZEABLE", "READ", "WRITE"]
	flags = []
	extent_size = 8192		# 4 Megabytes
	max_lv = 0
	max_pv = 0
	metadata_copies = 0

	physical_volumes {

		pv0 {
			id = "N7lOu9-Ahjn-lf19-WVFW-xglN-yfL6-KOOw6O"
			device = "/dev/mapper/plt-01"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv1 {
			id = "rZH6ov-Lu2u-mOV8-BWp9-pSHk-ilLP-3RB2fP"
			device = "/dev/mapper/plt-02"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv2 {
			id = "K8nVDV-1iym-ymy1-8ZY8-9iv5-bt1j-mSaL5g"
			device = "/dev/mapper/plt-03"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv3 {
			id = "eydrKt-31Cs-BZjz-EmOk-KMUi-6f2Z-50Jrgx"
			device = "/dev/mapper/plt-04"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv4 {
			id = "3NY2Lp-dJ5k-ic5O-5A2p-k0q9-rMDd-rb5edb"
			device = "/dev/mapper/plt-05"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv5 {
			id = "L1BUTb-jvwM-ep4p-Fp5U-kQx7-A5d3-7S1mIB"
			device = "/dev/mapper/plt-06"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv6 {
			id = "ErEU7G-bm8I-yJmb-nBm2-W2rN-que6-2BVpq9"
			device = "/dev/mapper/plt-07"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv7 {
			id = "k1UIyV-hfch-YmNY-ePDf-iWWk-SjyE-1J6bsH"
			device = "/dev/mapper/plt-08"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv8 {
			id = "m28wby-nl4Q-8J8A-0VZg-G9KE-TZyP-84KkLQ"
			device = "/dev/mapper/plt-09"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv9 {
			id = "ZHzjFi-D0UI-yamO-yq3F-KT6E-siCs-mPcLSi"
			device = "/dev/mapper/plt-10"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv10 {
			id = "bdDp2x-Elz2-V92Z-hq7g-PuJ5-M2ZF-K1pQpP"
			device = "/dev/mapper/plt-11"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv11 {
			id = "difE8l-vZaJ-tIxR-sMVg-Y9Sf-WWoB-pNuh67"
			device = "/dev/mapper/plt-12"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv12 {
			id = "FkQemi-7X35-8jnP-OaB0-Txxk-73qN-WLDJHT"
			device = "/dev/mapper/plt-13"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv13 {
			id = "lNiNmV-CFL3-Gf1R-NpFK-EYvh-dnyE-NP1RQn"
			device = "/dev/mapper/plt-14"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv14 {
			id = "D7UpAp-mlPH-n7Ck-48gK-Pik5-QDzk-WcWxYg"
			device = "/dev/mapper/plt-16"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv15 {
			id = "56yhn5-QXYS-4gdf-3JBZ-7n25-CrLn-I3Aebj"
			device = "/dev/mapper/plt-17"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv16 {
			id = "dqQJ80-jHYR-CtZm-vqXB-F9k2-e2jz-FiIEfz"
			device = "/dev/mapper/plt-18"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv17 {
			id = "p94USz-Mbco-MBUl-2CWs-3dyL-oFHf-g6BSj2"
			device = "/dev/mapper/plt-19"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv18 {
			id = "HBDfaZ-bjD5-hwfb-FCHC-VIAD-D6Wn-ZaCJEO"
			device = "/dev/mapper/plt-20"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv19 {
			id = "CNv9aR-HRXy-edxC-6rny-hByC-jt1o-JSEujm"
			device = "/dev/mapper/plt-21"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv20 {
			id = "5yxoPv-VeSZ-UUGt-5rc9-Jkaq-Eso9-sEk1OO"
			device = "/dev/mapper/plt-22"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv21 {
			id = "Crcn1f-s015-gd12-wcuF-QFaJ-4H2k-fVJcQ9"
			device = "/dev/mapper/plt-23"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv22 {
			id = "ngEiQw-vldC-Rjn2-VsxX-zLIL-54GH-ZD4svU"
			device = "/dev/mapper/plt-24"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv23 {
			id = "CEPd6z-Bklc-BNsq-pqcn-SMhu-jdVS-6GIPI6"
			device = "/dev/mapper/plt-25"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv24 {
			id = "D8aEQf-2CVS-oyVE-t40G-kOd7-eUe5-SkCe8V"
			device = "/dev/mapper/plt-34"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv25 {
			id = "DREZ1A-MXUM-wfIS-iXqJ-c1n8-sfZ7-SuMvrn"
			device = "/dev/mapper/plt-35"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv26 {
			id = "UpP8rR-pJcS-dFDi-j7oR-HIdp-sy7g-cH8kCS"
			device = "/dev/mapper/plt-36"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv27 {
			id = "L2DVWj-fazf-R1sc-yOKr-3bnn-f4Mc-y3ne5p"
			device = "/dev/mapper/plt-37"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv28 {
			id = "tKy7r7-072b-C82s-I0Pn-Q8WI-Vt9K-QnCcfe"
			device = "/dev/mapper/plt-38"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv29 {
			id = "5pBRx0-msRE-uLHu-Ez9m-hRDZ-rZCi-1Hw45u"
			device = "/dev/mapper/plt-39"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv30 {
			id = "V91N5L-pcNl-w5Mn-Ffbq-0dpj-iHHm-1uQHr2"
			device = "/dev/mapper/plt-40"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv31 {
			id = "gfPFii-P1bi-S3BW-EEFx-tWa9-7CZl-DI3G4m"
			device = "/dev/mapper/plt-41"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv32 {
			id = "n0ZG8W-6Gz8-6eop-0WEE-1Kc7-vpFN-UgbwjE"
			device = "/dev/mapper/plt-43"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv33 {
			id = "2DIWf2-csO8-JlO2-gKdP-sP9o-CE7f-SHHoHh"
			device = "/dev/mapper/plt-44"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv34 {
			id = "gP0np1-vBfS-pAPV-b99Y-4Vsg-f705-E9cePG"
			device = "/dev/mapper/plt-45"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv35 {
			id = "LMOqZy-DmvM-uDs6-swPm-cFRq-RSVh-rkw7or"
			device = "/dev/mapper/plt-46"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv36 {
			id = "rDgRkV-hsqv-jvVA-BwMv-loO6-45r2-ibJgwc"
			device = "/dev/mapper/plt-47"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv37 {
			id = "3KQone-3l8J-e3Jo-U0mE-kF6k-nJeF-To8Wsf"
			device = "/dev/mapper/plt-48"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv38 {
			id = "Dps0xt-evhx-FXC9-8zpB-Xmmf-0js3-oFZuH2"
			device = "/dev/mapper/plt-49"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv39 {
			id = "9K1ujs-N584-UJCJ-jdfi-bpi5-zjNv-ABWbc1"
			device = "/dev/mapper/plt-50"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv40 {
			id = "cnTA9R-ZbFn-cVLW-4hRd-n7pV-8qTt-StShCc"
			device = "/dev/mapper/plt-51"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv41 {
			id = "L6wcCd-9FGL-esVI-K75k-BNwH-gDud-NPV3nC"
			device = "/dev/mapper/plt-52"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv42 {
			id = "shsP7z-yerN-30YP-9SgR-oaUr-XOQ1-48BSnU"
			device = "/dev/mapper/plt-53"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv43 {
			id = "Pcjh1b-Mfew-yMZ7-xEiQ-Svrh-mF7s-dhkS5c"
			device = "/dev/mapper/plt-57"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv44 {
			id = "iDIpJt-Mz07-54XD-S5zx-rJCw-oqZf-GAgtC8"
			device = "/dev/mapper/plt-58"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv45 {
			id = "V3yPgv-m69H-LTfx-EUjT-AiuM-Tg71-umxjIi"
			device = "/dev/mapper/plt-59"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv46 {
			id = "0hCR5C-WwGk-W9NA-YC2v-MmiC-pg6l-2hvbAj"
			device = "/dev/mapper/plt-60"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv47 {
			id = "R74Lwn-MfF7-60HE-NC3B-XpJC-ysaM-GaKO5Z"
			device = "/dev/mapper/plt-61"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv48 {
			id = "6hEVqa-yz3M-1C8C-E0Is-qkk3-aXVj-dXwzxK"
			device = "/dev/mapper/plt-62"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv49 {
			id = "sbdwBN-SMp8-yf8K-LLYU-OPr6-eb1F-12khJ2"
			device = "/dev/mapper/plt-63"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv50 {
			id = "uRG5tI-FPuu-Cz06-GYUx-fJgH-qfsT-hecMTf"
			device = "/dev/mapper/plt-64"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv51 {
			id = "z5WI9T-XDZL-M55q-xh2P-sL1l-U74j-VPm93C"
			device = "/dev/mapper/plt-68"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv52 {
			id = "XL9K5I-rFtw-7hzd-7eDq-0Cpj-T0uk-S4GPM1"
			device = "/dev/mapper/plt-69"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv53 {
			id = "v29TpU-bv0R-7PJL-gDj0-qYyY-2gAZ-15TYOE"
			device = "/dev/mapper/plt-70"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv54 {
			id = "R3hSyp-HS4j-OJfy-OfU3-46C5-eHpi-0WFi0D"
			device = "/dev/mapper/plt-71"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv55 {
			id = "t8e8I8-hBye-j7Ew-9pcz-3opV-qjjH-5KZcvm"
			device = "/dev/mapper/plt-72"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv56 {
			id = "huto9V-DjM5-tpdT-l1CX-HLpV-qMky-Ysviq5"
			device = "/dev/mapper/plt-73"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv57 {
			id = "vNDvk9-OCz3-aWlS-mrPI-Bgv2-pG8X-TdSSTN"
			device = "/dev/mapper/plt-74"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv58 {
			id = "fdfkPy-ZIDn-TB1m-yT6X-AdN0-QLef-vXLHlQ"
			device = "/dev/mapper/plt-75"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv59 {
			id = "BDeneO-YPqE-Gujq-cSPx-ZzLk-rV4m-MFVzQI"
			device = "/dev/mapper/plt-76"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv60 {
			id = "enWhni-3E6G-8Fa9-t3iN-oYE8-NNcy-YgBM7K"
			device = "/dev/mapper/plt-77"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv61 {
			id = "vj4waX-aH1U-XodY-tJut-O3Kr-1sMp-x92wvU"
			device = "/dev/mapper/plt-78"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv62 {
			id = "fXsaH7-nHkF-HVy3-hY3V-qYmS-UKlU-eChvbd"
			device = "/dev/mapper/plt-83"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv63 {
			id = "RV9wxk-dlVn-Ht1R-L1hY-EAZe-R8Gb-r82tGF"
			device = "/dev/mapper/plt-84"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}

		pv64 {
			id = "TFSqaf-Wd6b-9w2r-8ZLp-rVN9-5851-0qNX0z"
			device = "/dev/mapper/plt-85"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}
	}

	logical_volumes {

		volume-a2d55040-a597-419b-95b6-403f5b287773 {
			id = "GA9jj9-hooD-Au8T-23Bw-LNox-LkWF-G1TUG6"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "brasilia"
			creation_time = 1409946331	# 2014-09-05 16:45:31 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 1024	# 4 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 30730
				]
			}
		}

		teste {
			id = "E639YV-sb0S-sUA7-Sfbx-WmIM-Wo33-TBSmV2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410293554	# 2014-09-09 17:12:34 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 41994
				]
			}
		}

		volume-7422ea40-d1cf-4db7-8fb4-75e62d48ce96 {
			id = "ffVZ5d-HIkb-oquk-M80m-2Iuo-W0UJ-JPUw9W"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447204	# 2014-09-11 11:53:24 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 44554
				]
			}
		}

		volume-8991767a-284f-43dd-98b4-7d94655d75a4 {
			id = "J2uzSi-09zv-Xk0C-4Fko-WwRF-Zgw7-3qjt3w"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447260	# 2014-09-11 11:54:20 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 57354
				]
			}
		}

		volume-a453cab4-c924-469f-8997-2eb6d02f9f3a {
			id = "yN6Txm-ge30-ecPX-0yWv-4Ms2-8aYe-7NvZUp"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447828	# 2014-09-11 12:03:48 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 70154
				]
			}
		}

		volume-07b5afca-38f0-42b7-beb3-2fbbd7ec3c12 {
			id = "5zd1dI-aL0s-Mx4x-fe69-rCRB-fPd3-ernk70"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447866	# 2014-09-11 12:04:26 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 3840	# 15 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 95754
				]
			}
		}

		volume-e1cf22bd-6dde-4557-8722-a0b0e244d766 {
			id = "09Vewh-UNZQ-6Rh9-1Upg-kLJx-5APH-4plotA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447908	# 2014-09-11 12:05:08 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 99594
				]
			}
		}

		volume-bfcae0d6-4852-4791-ad92-f49b35828951 {
			id = "1j5KNn-qHGL-6mSo-ddPd-gDm2-Fhms-3ImxmX"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447938	# 2014-09-11 12:05:38 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 1280	# 5 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 39434
				]
			}
		}

		volume-2f41ac0d-6768-461f-92e9-fd01fabccba2 {
			id = "FRCfbP-1Qnh-1DWM-IXHE-ok1x-wzXJ-YJfzZl"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410447972	# 2014-09-11 12:06:12 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 3840	# 15 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 112394
				]
			}
		}

		volume-e792bc76-1fb8-4a9a-a4c3-52c6310ae010 {
			id = "dttzbE-mkoh-5LTs-U1y2-2Wx5-vg8I-utqM0A"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410539621	# 2014-09-12 13:33:41 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 0
				]
			}
		}

		volume-1a103f33-3fb4-4642-aa2a-0187b9bfd83b {
			id = "wfTveD-0ZZX-45I1-aQAd-Ge04-Lf5B-e5bub5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410664038	# 2014-09-14 00:07:18 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 36874
				]
			}
		}

		plt_monitor {
			id = "syM5Nh-HV5r-W7K4-o6F9-JZc2-zFte-R8jrc5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410791418	# 2014-09-15 11:30:18 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 256	# 1024 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 40714
				]
			}
		}

		volume-802e35de-a2ed-4e0b-a6a3-0bdfdfcca768 {
			id = "s1sXKd-hJ23-coWZ-ytKe-JOfZ-JCOe-qpRd8d"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410810787	# 2014-09-15 16:53:07 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 107520
				]
			}
		}

		volume-bcf77246-80ea-4845-bd8a-97598af36f8d {
			id = "G0fveJ-WLsT-7PMs-wLNh-yYOK-xjHh-6xcwfC"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410896884	# 2014-09-16 16:48:04 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 102400
				]
			}
		}

		volume-7fbb1b27-f338-4f89-9dbc-56c158b0640e {
			id = "fhWr9B-NVzz-qRdh-Lirm-bNZ2-Vh8I-cb9TUc"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410896973	# 2014-09-16 16:49:33 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 102400
				]
			}
		}

		volume-ae589de4-2953-4021-9700-4888577a34f4 {
			id = "7ju74X-bC8u-B11T-qTtN-7yNf-n2lK-L0y06D"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410900696	# 2014-09-16 17:51:36 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 122880
				]
			}
		}

		volume-211ac73a-5fdf-493d-86a6-06548d418496 {
			id = "iMCSRC-0hHb-rD67-9SjH-hO3H-3tb2-HEN8b0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410900774	# 2014-09-16 17:52:54 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 117760
				]
			}
		}

		volume-4061909f-3336-49e4-968d-1657ee218d67 {
			id = "eLM8gX-4PWx-eftT-Ba3q-qmow-vlaV-0B7MJ7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410900806	# 2014-09-16 17:53:26 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 76800
				]
			}
		}

		volume-bdb2db35-93f9-402f-b9ef-fd17070474d8 {
			id = "Te9E9a-xwML-M1RH-ZKJ9-TExa-emV9-rXr70B"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410900808	# 2014-09-16 17:53:28 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 115200
				]
			}
		}

		volume-d89383f1-e16f-4c98-9132-b3cc6fe0d86b {
			id = "6JBPFs-KlaS-mc8x-JxnS-boRk-dAPd-xsZAuk"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410900844	# 2014-09-16 17:54:04 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 89600
				]
			}
		}

		volume-ace4694d-92f2-47b4-ad2c-77f1efdd3324 {
			id = "dfMHYO-6vdA-9E7u-gdvC-2Cw5-BPFS-Qss1DW"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410901335	# 2014-09-16 18:02:15 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 0
				]
			}
		}

		volume-65c203aa-0cb0-4701-bd0f-2b811336ffe4 {
			id = "DEINtt-6K0z-mveJ-hvR1-N2LL-swsi-2ZY1UX"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410901411	# 2014-09-16 18:03:31 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 12800
				]
			}
		}

		volume-bc228b95-95cd-453d-abd4-c817f038893f {
			id = "SdLn2C-Yf7h-rDTR-ctau-m2jx-tPfw-F8KdLk"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410901453	# 2014-09-16 18:04:13 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 25600
				]
			}
		}

		volume-be47f4ab-b48a-4caf-87dd-63ded5d52822 {
			id = "80gMN8-4Zxq-aENj-h2Kb-oDE4-CrMs-QsR0yH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410901481	# 2014-09-16 18:04:41 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 38400
				]
			}
		}

		volume-7a7dbc58-4922-49e7-9f8e-6beab3526491 {
			id = "YSfyCU-vyrM-vtcN-1cVz-AjR1-h8UY-JPWL0q"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410901518	# 2014-09-16 18:05:18 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 51200
				]
			}
		}

		volume-a433d4b5-bee4-4b0b-8528-1b2758dddc7c {
			id = "IDnxsq-pFdY-HPQl-bd2e-WAQH-WHc1-Gp2rz3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410987715	# 2014-09-17 18:01:55 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 61440
				]
			}
		}

		volume-589ade92-d7ab-4e85-bc85-63e985e4ebfa {
			id = "jN6xK7-iVaq-M0dD-41ym-5Ncl-MARd-dl0VsA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1410987762	# 2014-09-17 18:02:42 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 64000
				]
			}
		}

		volume-5ff8ee0b-6605-4091-beb7-5b0439ae3f28 {
			id = "3AYo2d-dHgx-L1L6-Hzsn-wUm3-H2ZZ-S9GnUk"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411050203	# 2014-09-18 11:23:23 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 25600
				]
			}
		}

		volume-aacfc901-ceb8-48f1-aa8f-4e68a9334b46 {
			id = "4DmFWA-CfR4-Ro3O-GW1u-wnmT-7vGQ-I0oIZw"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411071055	# 2014-09-18 17:10:55 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 0
				]
			}
		}

		volume-bf583ad8-1eb8-4409-8d02-9377faacae6d {
			id = "8hyrrf-70OV-4FFl-Y0A4-VSHb-k0xg-nrOVk2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411156852	# 2014-09-19 17:00:52 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 120320
				]
			}
		}

		volume-5f7125b2-d1e7-400a-8f9c-8607c28dc18b {
			id = "8rWUEC-Qvla-3u7R-bseM-1VyM-mRhN-7ft8Cb"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411383810	# 2014-09-22 08:03:30 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 33280
				]
			}
		}

		volume-ce7c2f01-6cab-46d3-9f55-a655d6009634 {
			id = "ThSGvv-HTOs-fHGV-TSaJ-hDek-RqWQ-GZrYod"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481484	# 2014-09-23 11:11:24 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 69120
				]
			}
		}

		volume-b445122c-6180-4b57-8302-e977a3a3859c {
			id = "VYRcng-LUmd-cTIa-KnJf-8ptV-BE19-Q27kM0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481555	# 2014-09-23 11:12:35 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 81920
				]
			}
		}

		volume-f54404be-5588-4ba6-a31d-a273f02850ab {
			id = "29hCuZ-6ZWd-0Yu3-qRxE-cFbu-CC4f-X427o9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481570	# 2014-09-23 11:12:50 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 94720
				]
			}
		}

		volume-d7756d2b-c200-4b59-b981-e500d7b7f6ac {
			id = "fKbJLe-JTof-Mu1v-8WPI-EWsl-k80Q-bOu6Ln"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481585	# 2014-09-23 11:13:05 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 107520
				]
			}
		}

		volume-b02009fc-543e-47b4-8793-43f78fa682b9 {
			id = "9RONGd-VkWJ-dCMj-fZbE-rChK-rxkO-w7QQkV"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481671	# 2014-09-23 11:14:31 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 0
				]
			}
		}

		volume-2a210637-5021-48ca-911a-47c32291ece7 {
			id = "bf3mfw-rCse-WhFJ-Wyey-6ieV-MSsA-2KYYOM"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481691	# 2014-09-23 11:14:51 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 7680
				]
			}
		}

		volume-a14fe357-0257-47cf-9f7f-0046b45dc77a {
			id = "Mxso5H-O5vf-0j1O-gwfX-iBEZ-mCjG-Dov75B"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411481718	# 2014-09-23 11:15:18 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 122880
				]
			}
		}

		volume-7f3a360b-f05a-494e-888a-e90792fe6c36 {
			id = "IghZRz-C5f1-1hfZ-Tpft-0ftE-qWnq-eDMBlQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411489449	# 2014-09-23 13:24:09 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 15360
				]
			}
		}

		volume-29fef905-8444-4a22-a7f4-104a44175e47 {
			id = "PdPEXh-3Rc7-wbIa-y5tu-RChs-b2CV-ZKDmhO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411489514	# 2014-09-23 13:25:14 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 33280
				]
			}
		}

		volume-55405918-032f-4edb-aedb-c1165343f882 {
			id = "CnnHQQ-dKEH-75qW-1zrA-yWOC-C9Jp-Lc43dL"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411490691	# 2014-09-23 13:44:51 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 48640
				]
			}
		}

		volume-e9c371cc-1c23-4aad-a11d-3ccfcf4577ff {
			id = "hNVdgc-3aYj-2cOD-d8CW-00y4-BnW6-g6sJtJ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411490913	# 2014-09-23 13:48:33 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 53760
				]
			}
		}

		volume-df11da93-dc75-4f11-8d33-3349b0842e64 {
			id = "cI5TJI-5VtA-yhq3-Xz7i-7v0w-qfz4-qXgG7v"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411490933	# 2014-09-23 13:48:53 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 58880
				]
			}
		}

		volume-30107660-47e6-401c-bb50-c3864bb23823 {
			id = "xIYK27-Sp3u-64up-lC9N-b3uV-Xczz-8WVp6D"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411497617	# 2014-09-23 15:40:17 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 74240
				]
			}
		}

		volume-523e035c-12d5-4da2-912d-eb9d6fd289c0 {
			id = "MNsH3T-MYTG-beo1-2Hqp-AsEq-E0KO-9Cfvde"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411564770	# 2014-09-24 10:19:30 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 94720
				]
			}
		}

		volume-576814e5-4ffe-4809-82fd-5ba62ae9db73 {
			id = "2zcdAV-fN1z-biUs-Ruwv-NAqt-x0O4-NX82wM"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411571645	# 2014-09-24 12:14:05 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 51200	# 200 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv22", 0
				]
			}
		}

		_snapshot-da8db311-8b8d-4bd4-98f5-79f7923e3b29 {
			id = "UgtSS4-3bx2-1s5N-odD7-fGLV-KDPZ-odWLH4"
			status = ["READ", "WRITE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411578779	# 2014-09-24 14:12:59 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 3840	# 15 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 92160
				]
			}
		}

		volume-07622a6a-37b6-4e53-9d8f-ed26dd8f4940 {
			id = "qfjR6Z-zfbs-LNXj-AH1L-XiaM-JF4g-Nj9I12"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411580749	# 2014-09-24 14:45:49 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv22", 76800
				]
			}
		}

		volume-cb1de883-639c-4285-bf2b-bca1bcb880e5 {
			id = "R3qze3-bMWP-ayNW-angG-TvYo-zB5K-9l70Xg"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411662353	# 2014-09-25 13:25:53 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 51200
				]
			}
		}

		volume-ecea1e38-71d7-41a5-a78f-1718e399a391 {
			id = "28tPKy-LHQT-M9Qx-N40B-hGDn-Bjq8-X1dtBu"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411666531	# 2014-09-25 14:35:31 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 56320
				]
			}
		}

		volume-efdb848b-9d00-42ad-a26b-ff5af299b365 {
			id = "YvHC9Q-0OiL-eaYi-fyWu-cMfe-2jOF-qYn4Rs"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411666544	# 2014-09-25 14:35:44 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 61440
				]
			}
		}

		volume-82c3ab0e-40c6-49c3-b3bc-d590fe2cfc3e {
			id = "LwtOWb-4d2O-avcS-zSxP-ZLHD-Haf2-GV6vxl"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411916029	# 2014-09-28 11:53:49 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 81920
				]
			}
		}

		volume-784400e6-48bc-4f4b-9ef9-cdd7aa4c1da1 {
			id = "43mdWi-hhoU-50zN-vB31-aedJ-bMUk-33TVQc"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412101270	# 2014-09-30 15:21:10 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 64000
				]
			}
		}

		volume-8a1afe80-61c6-4186-a86b-210d9bd0c3e5 {
			id = "p0DxcB-KDGp-P0VC-a0BQ-tIff-9Vlw-hgu3Gj"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412101723	# 2014-09-30 15:28:43 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 102400
				]
			}
		}

		volume-4a408d87-4353-4449-96da-2931844f912d {
			id = "u6JHzO-Z1js-on5h-3cKP-3kMF-2TUe-M31wr7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412179054	# 2014-10-01 12:57:34 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 0
				]
			}
		}

		volume-0f710a8b-7ab7-4ea3-b952-db1a13434261 {
			id = "85Fe1h-r9mk-eP0x-PC93-0OOW-91U7-dgEzee"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412196766	# 2014-10-01 17:52:46 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 25600
				]
			}
		}

		volume-1e3fbbde-b779-4288-a428-f442231991a3 {
			id = "5LVVvn-Mscq-GjSA-9c2n-dQDJ-dAes-ejgCrs"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412196789	# 2014-10-01 17:53:09 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 35840
				]
			}
		}

		teste_perf {
			id = "F6IbmY-pLkH-QW3Y-wUUg-Q4gg-9V5M-f7DW8L"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "fusca.cloudopen.com.br"
			creation_time = 1412258199	# 2014-10-02 10:56:39 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 38400
				]
			}
		}

		volume-ceb52057-c865-4848-ab2a-9a5b5521716b {
			id = "SsZZDl-YZa1-1QwW-wvqq-k8Sw-Bg13-lioSM7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412272865	# 2014-10-02 15:01:05 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 256	# 1024 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 126986
				]
			}
		}

		volume-0f569a4f-4ccf-4f06-ac7c-7423456660ae {
			id = "SIdAuD-83od-qygo-Vqno-0Luk-8Gbs-an96Fh"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412273080	# 2014-10-02 15:04:40 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 256	# 1024 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 41226
				]
			}
		}

		volume-007064db-1397-49a2-a1ac-4e81405d5e67 {
			id = "CSgxuh-UQkT-jLkT-Wkf9-ylS2-e9Hi-Nfk7yD"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412699645	# 2014-10-07 13:34:05 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 96000
				]
			}
		}

		volume-a71175e8-d4b1-4e61-8197-3bf8f834cfc6 {
			id = "eAuzGa-KKXC-UOWo-woLD-nMG0-iqsR-YF9u9v"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412792718	# 2014-10-08 15:25:18 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 0
				]
			}
		}

		volume-ee204a13-7f8c-4b98-841f-20e4b3cbb387 {
			id = "NHa3h3-64V9-6HIt-Lm6I-vdId-d7nC-kX2H9Q"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412859564	# 2014-10-09 09:59:24 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 7680
				]
			}
		}

		volume-56ff388b-e812-4461-9190-a058c74ce813 {
			id = "HZ6d0C-ISci-lzkl-zqSp-Z9N0-tSdd-C9J4EU"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412864464	# 2014-10-09 11:21:04 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 20480
				]
			}
		}

		volume-c3a97887-ff9c-49d4-80af-89cac2ebfa4a {
			id = "d0kDO6-O8yO-2tJc-dDSN-nMoA-oHgU-czpO0F"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412954740	# 2014-10-10 12:25:40 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 43520
				]
			}
		}

		volume-f5932125-ca28-4769-a6e4-d3b64465dfc0 {
			id = "6tUlED-rCN4-rktm-SijD-G37v-4wwp-2l1X5U"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412954754	# 2014-10-10 12:25:54 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 64000
				]
			}
		}

		volume-65e6bd57-ead1-4781-be64-4cbece5c20dc {
			id = "MX1pt6-aGuU-2X9O-VJYQ-6WIU-rOCR-N5zVjM"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412959408	# 2014-10-10 13:43:28 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 33280
				]
			}
		}

		volume-7d26971e-7a55-4daa-b1c3-5726b2d31625 {
			id = "N8aW1x-jYfS-ws8j-DbYs-8yf9-VgO2-TMne3S"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1412983549	# 2014-10-10 20:25:49 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 38400
				]
			}
		}

		volume-bbe0ee2d-da79-403f-87a4-d424034d4a03 {
			id = "G2D7z6-SQsr-sRJ1-0zf5-oUGg-1nZb-ocB8Vh"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1413220461	# 2014-10-13 14:14:21 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 48640
				]
			}
		}

		volume-11afe669-10cb-45b3-aedc-f87417d0c022 {
			id = "LHYiLU-y2n3-cap4-EXy8-mlX0-YLBz-0qRhZD"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1413220496	# 2014-10-13 14:14:56 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 74240
				]
			}
		}

		volume-da6bd31e-ba36-4cae-9eb1-a94fd452a827 {
			id = "XHUSOK-GfUU-YfZJ-0FtA-0IYc-DcWI-zRcOYm"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1413401812	# 2014-10-15 16:36:52 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 81920
				]
			}
		}

		volume-8139f2d0-b05c-4fd9-8fcb-bfeefd20293a {
			id = "eEy1Cn-saeO-jRiP-CqAP-MApn-tjtA-zYXv2s"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1413480197	# 2014-10-16 14:23:17 -0300
			segment_count = 4

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv22", 51200
				]
			}
			segment2 {
				start_extent = 25600
				extent_count = 12798	# 49.9922 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv22", 115201
				]
			}
			segment3 {
				start_extent = 38398
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv20", 102400
				]
			}
			segment4 {
				start_extent = 63997
				extent_count = 12803	# 50.0117 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 102401
				]
			}
		}

		volume-6ef3f3ef-d41f-4cbf-a749-8a284433faf3 {
			id = "hhfNhc-kJB4-PHhw-Zydl-bith-VfMH-uJuNgA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414001626	# 2014-10-22 16:13:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 102401
				]
			}
		}

		volume-bcacad81-8023-4600-ae8d-644eac08f144 {
			id = "gVulU0-PiUq-v5Hk-7GWJ-OhRl-OAcI-34vJUa"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414001691	# 2014-10-22 16:14:51 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 104961
				]
			}
		}

		volume-11baab60-2b9f-44bb-ae46-635f30f7b70f {
			id = "CuOSz0-kwXX-UmuJ-QpDl-Hh2V-A9xV-U6WXA7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414168767	# 2014-10-24 14:39:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 102401
				]
			}
		}

		volume-9f9b0664-3ff0-4a2e-9657-09c56f9cf310 {
			id = "olYeE6-zju1-VuK9-yMS1-82bo-0zYE-0PRUQc"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414168795	# 2014-10-24 14:39:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 104961
				]
			}
		}

		volume-7d5d9317-2640-440e-80d5-68412d4f3adb {
			id = "vBebBh-nlH7-4Ie3-1Y6r-yXNx-G2d5-QdLpcb"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414171793	# 2014-10-24 15:29:53 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 120321
				]
			}
		}

		volume-a67b2f8a-8090-4ab5-ae30-d0cc6a9462da {
			id = "IadSv5-ptjV-WbY8-wx3r-klfa-XTU4-rkDgAA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414171813	# 2014-10-24 15:30:13 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 92160
				]
			}
		}

		volume-45f73817-20dc-489c-8d6e-60f3a3101f6f {
			id = "Bx3UmM-OpAd-K9wv-4nZt-Gxxp-JAv8-WEUbms"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414513218	# 2014-10-28 14:20:18 -0200
			segment_count = 7

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 107520
				]
			}
			segment2 {
				start_extent = 12800
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 125440
				]
			}
			segment3 {
				start_extent = 15359
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 89600
				]
			}
			segment4 {
				start_extent = 17919
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 125440
				]
			}
			segment5 {
				start_extent = 20478
				extent_count = 1280	# 5 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 101120
				]
			}
			segment6 {
				start_extent = 21758
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 125440
				]
			}
			segment7 {
				start_extent = 24317
				extent_count = 1283	# 5.01172 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 125444
				]
			}
		}

		volume-dadcf21d-02ca-48f7-bc5d-57ca9d31b5f7 {
			id = "Jg4ORI-z4fM-Nt2V-9dxg-qEdI-NfN0-fUyD6T"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414607542	# 2014-10-29 16:32:22 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 51200
				]
			}
		}

		volume-71700fa6-d022-45ce-976a-f2222482a5d0 {
			id = "UNHFkE-5Dcc-lfal-rDIM-FLp2-02AO-Y2SUK7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414617258	# 2014-10-29 19:14:18 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 0
				]
			}
		}

		volume-cb27559a-dd67-4a10-8eee-f6f9123cdd91 {
			id = "Xutk31-ohfI-uv3A-12vR-aSwf-qoM0-ns712e"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414617483	# 2014-10-29 19:18:03 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 0
				]
			}
		}

		volume-a8984256-5bf3-4de8-87e4-5b9d6f3b7b90 {
			id = "fVGReU-lOSC-ybc5-ijug-cdpI-27n9-cqwM4V"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414699704	# 2014-10-30 18:08:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 256	# 1024 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 120320
				]
			}
		}

		volume-686a1cd5-9bb5-4bb4-8e8d-68d7ee4841f6 {
			id = "2fiJdc-KjDC-DXV1-fgnx-rvqm-GBU4-EoFYqQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414701465	# 2014-10-30 18:37:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 69120
				]
			}
		}

		volume-b6f7de0f-e2bc-4331-8ac1-0d407627da78 {
			id = "qcczRD-o026-Y9XR-scIS-0XfS-oLUA-tGawF2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414701492	# 2014-10-30 18:38:12 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 94720
				]
			}
		}

		volume-d2ef1db6-ee65-442b-b514-13184c34bf6a {
			id = "QwvHlH-qkS5-404m-fgI9-dNZ3-91G1-21XpVb"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414701522	# 2014-10-30 18:38:42 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 76800
				]
			}
		}

		volume-1753e4a9-29db-48aa-87f0-ecbaae376830 {
			id = "IKVAm8-7cFc-tBOT-47F9-7yXd-YyqB-qRpNw9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414783597	# 2014-10-31 17:26:37 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 0
				]
			}
		}

		volume-fa553941-c0e0-447b-9950-6dbf50d6a731 {
			id = "2dzgbf-N0T7-2FpJ-TgMt-UhN8-3APx-IqN6dp"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414783618	# 2014-10-31 17:26:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 25600
				]
			}
		}

		volume-610d226c-2369-4c16-a830-2d928e90be16 {
			id = "hmBZrp-9KrU-yFqX-qtED-AuDM-WYqK-5wbiXI"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1414783656	# 2014-10-31 17:27:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 51200
				]
			}
		}

		volume-2493207b-4861-4466-b048-c1218dc492fe {
			id = "nmQiBN-2oDb-vguB-t3Fx-Rr10-bjHK-VFA3ks"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415038306	# 2014-11-03 16:11:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 104960
				]
			}
		}

		volume-32eb35f9-9dba-48b6-a1a1-e1b47f79da5b {
			id = "hwSrqU-gXNH-6hAE-3rWU-KaC0-dDuf-BxZe0W"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415103616	# 2014-11-04 10:20:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 99840
				]
			}
		}

		volume-38f304e7-063d-4b82-89e6-0ef6d15b2a8c {
			id = "nqfgDP-to0G-13dh-lgsB-1FtX-t3ET-08GxZ5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415142383	# 2014-11-04 21:06:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 79360
				]
			}
		}

		volume-3020801c-50c9-45ab-8abc-64c04c609b55 {
			id = "7eTKsG-8GGW-ncbC-1yOQ-WycF-BSF9-cqfNfb"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415206984	# 2014-11-05 15:03:04 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 89600
				]
			}
		}

		volume-f6e45490-841b-40fd-9c0c-243438657ca6 {
			id = "1zZ0Df-C2aG-ywxY-5Xdj-PuCA-4mp5-mGYY3M"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415303830	# 2014-11-06 17:57:10 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 102400
				]
			}
		}

		volume-5743a07a-50a5-45c0-957b-3dbf8c546baf {
			id = "97Xtfy-PsfK-xmep-0vo3-pG1C-Jf3Q-1sa8Or"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415303887	# 2014-11-06 17:58:07 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 0
				]
			}
		}

		volume-9a8f15bd-5db7-41f1-a6e4-04cded84b4b1 {
			id = "h6yb2a-Wqtn-glxG-sSdx-lf3o-XQ2v-KSWhOA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415614703	# 2014-11-10 08:18:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 76800
				]
			}
		}

		volume-b525c883-5842-4f40-ad37-60ab4eafff35 {
			id = "rX7dUa-3hew-deM1-niri-i7sF-P4s7-N59XRm"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415650725	# 2014-11-10 18:18:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 15360
				]
			}
		}

		volume-b0f6c47b-4381-45c8-8a60-48ccc2ac4259 {
			id = "27UgAY-sSbG-dj8c-CxYj-vWRi-dzge-lnRGTP"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415651332	# 2014-11-10 18:28:52 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 40960
				]
			}
		}

		volume-30c39aff-193e-46cd-92a3-8ae4a0894194 {
			id = "5cPZm9-Fbqo-dI1i-CZlt-eqDE-XpHU-3Oc7vQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415651378	# 2014-11-10 18:29:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 0
				]
			}
		}

		volume-a51dae83-924e-4791-b25b-c186b53dd412 {
			id = "45W9tP-IKjG-dPxC-zozC-4WWJ-PAMf-2ElfeM"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415651408	# 2014-11-10 18:30:08 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 25600
				]
			}
		}

		volume-58906b0e-899c-4139-a1c8-ea5b57e0f264 {
			id = "PNU7c1-Tf0a-mgKW-qE5l-opf9-p8MB-NJnhT6"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415651422	# 2014-11-10 18:30:22 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 51200
				]
			}
		}

		volume-b137e084-704b-46c7-bd38-5c78b1eda01a {
			id = "dOK5El-r6Co-yNUq-57gn-rakx-6r6m-bJmvV0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415651547	# 2014-11-10 18:32:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 76800
				]
			}
		}

		volume-f3d2d0db-984b-45e4-94f3-c943f6abecd2 {
			id = "dhjF2S-MA2w-J2HM-KInV-Py7U-flEp-s3jgjy"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415701926	# 2014-11-11 08:32:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv6", 0
				]
			}
		}

		volume-91170934-8d07-4d3c-acac-cd22f2dfc507 {
			id = "UbIFp2-iec5-NDnW-oZMe-pD0N-b1lJ-E4SSXs"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415702427	# 2014-11-11 08:40:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv6", 25600
				]
			}
		}

		volume-7f77f9b0-884b-4fcc-b532-80aecfadcb26 {
			id = "wPlVh5-c3mr-NnIW-8upK-YUUs-zOzO-r1xEF1"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415702887	# 2014-11-11 08:48:07 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv6", 51200
				]
			}
		}

		volume-b7521eff-5ecf-47df-a734-4c1ac1bbd1c0 {
			id = "I1UJFD-s0vi-eNZ3-ADOK-TjWA-7IWV-0zllFX"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415703505	# 2014-11-11 08:58:25 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv6", 76800
				]
			}
		}

		volume-d5935bc9-fafc-4242-b24d-8ae1e42ceef4 {
			id = "xgrCoW-o8d6-mK5j-oQMX-2B1d-FXAx-2sk5Uo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415703994	# 2014-11-11 09:06:34 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 0
				]
			}
		}

		volume-7c73410c-7683-41ac-a92c-d1b3cf0d2b74 {
			id = "OrKNir-NiCl-MccW-MImd-RdJk-2knC-WMvTPE"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415704716	# 2014-11-11 09:18:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 25600
				]
			}
		}

		volume-9729d307-6436-444d-8910-08fb9c5c1574 {
			id = "VffPmk-widR-IxpY-vfKx-oOKx-os3E-GC0iqI"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415705031	# 2014-11-11 09:23:51 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 51200
				]
			}
		}

		volume-751199d2-d59d-4578-9137-e4ac599c4fc2 {
			id = "cYdrLQ-2Z3m-KZhu-E8vZ-bic6-04c2-ofPalz"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415705147	# 2014-11-11 09:25:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 76800
				]
			}
		}

		volume-5e939bd2-1a43-4102-bcea-3d81f534c9a6 {
			id = "QwcGjl-Rgfj-JFDf-IMYM-oJzs-7r4h-sc80b3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415710319	# 2014-11-11 10:51:59 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 10240
				]
			}
		}

		volume-91d44bdf-6dd7-4383-8473-a91ea694a65c {
			id = "mwl9b5-rwis-ba6t-9gtc-cFa7-wCxJ-laQwk2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415710906	# 2014-11-11 11:01:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 5120
				]
			}
		}

		volume-a4f1840c-4739-40cd-90ea-09dcc517ec72 {
			id = "kcIwVC-IGGB-Smns-53FY-EU0U-kx0g-wjwbO1"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415740566	# 2014-11-11 19:16:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv8", 0
				]
			}
		}

		volume-1a5065f2-a5f5-4085-8e64-ec9b1a13a43b {
			id = "sR6wjE-1PJT-ZYqW-9LkY-Iqay-v76q-FdTSkH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415740597	# 2014-11-11 19:16:37 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv8", 25600
				]
			}
		}

		volume-cdcbf52d-12ab-4a00-b688-1242c8c259fd {
			id = "I0zlca-oGaz-0jaQ-XDMy-oY26-RMmn-3XKeeT"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415740630	# 2014-11-11 19:17:10 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv8", 51200
				]
			}
		}

		volume-ede7c978-2816-4c4d-8ad5-4b23e6b6255d {
			id = "f3vJmw-acKK-cMPq-gbLo-FpFT-f2gb-EJCRqr"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415740660	# 2014-11-11 19:17:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv8", 76800
				]
			}
		}

		volume-157dad5e-9ef0-4602-9dc8-87be8f9b6c55 {
			id = "rfF1Sd-teuC-Ojve-2NPU-Rdh3-ZCm3-Nm1UHY"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415740694	# 2014-11-11 19:18:14 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 0
				]
			}
		}

		volume-ff5f1151-c86a-4a27-8dea-9c65d62f7cad {
			id = "kXOgsv-mliN-VrWv-0fB9-PXHn-HA8J-SrM9Hs"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415882935	# 2014-11-13 10:48:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 25600
				]
			}
		}

		volume-fd4e1c21-49f7-41de-8f2e-7da6e73ee453 {
			id = "WWP50N-ydxa-3Q1I-Bwp7-Fxu1-MZ1a-cXxmXm"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415887110	# 2014-11-13 11:58:30 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv20", 0
				]
			}
		}

		volume-273901b8-6966-4581-bf34-f8751f527ad8 {
			id = "BMaLrc-fJ23-emt6-oLUj-CfMF-rGxX-h5GFuC"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1415887204	# 2014-11-13 12:00:04 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv21", 0
				]
			}
		}

		volume-f81e2218-d67f-4744-af83-900f6eee224a {
			id = "BzCfjg-3a9x-Xj46-LX19-6Mrd-Gos8-QlTDJK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416093799	# 2014-11-15 21:23:19 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 117764
				]
			}
		}

		volume-6d553af1-ab8a-4d5d-9257-f8d1ff05a600 {
			id = "YYADjJ-La7m-tEK1-52z3-ZExV-sX09-wBxZY6"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416154479	# 2014-11-16 14:14:39 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 7680
				]
			}
		}

		volume-585c17ef-4171-481f-b9ed-452905ad5b99 {
			id = "ZY2S4K-iH60-xPXT-5iiR-Hvk2-BBt9-ZjQWA2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416243460	# 2014-11-17 14:57:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv23", 0
				]
			}
		}

		volume-fa3de091-01ff-430f-a10e-2e6c8c9166d0 {
			id = "MJe289-Bpar-8DGe-Hwmx-IaCk-Kocm-q3avic"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416243474	# 2014-11-17 14:57:54 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv21", 76800
				]
			}
			segment2 {
				start_extent = 51199
				extent_count = 25601	# 100.004 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 0
				]
			}
		}

		volume-5cefafec-c00d-45ad-8bde-b6699869bbeb {
			id = "eAcWlX-kQlD-Arz3-XKxx-qZvm-iMnl-cTPrkp"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416243487	# 2014-11-17 14:58:07 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv23", 76800
				]
			}
			segment2 {
				start_extent = 51199
				extent_count = 25601	# 100.004 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 64000
				]
			}
		}

		volume-4b598961-8557-4577-9140-2085164e8658 {
			id = "d08D1R-CGnO-d8dZ-L9wq-RMxW-bVBl-K9ww7X"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416247845	# 2014-11-17 16:10:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv22", 89600
				]
			}
		}

		volume-84fcc43f-d4b4-4cb4-8370-5afec1802e0b {
			id = "VVyA03-Ekoe-8Hvn-6rRc-e9HO-KXxa-65qqfJ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416247905	# 2014-11-17 16:11:45 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv6", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 120576
				]
			}
		}

		volume-20ad5ed6-c594-415c-abe5-1eacea2e350a {
			id = "wih25k-xeln-Nv2g-k6oX-oAQw-OSwV-3p2noF"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416247944	# 2014-11-17 16:12:24 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv8", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 120577
				]
			}
		}

		volume-f5d8d047-6650-4de2-b834-bacdcbcd366d {
			id = "xeMLoq-l2EG-n2gt-CicF-DtpB-3Jjf-jtf72U"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416247976	# 2014-11-17 16:12:56 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 20479	# 79.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 107520
				]
			}
			segment2 {
				start_extent = 20479
				extent_count = 5121	# 20.0039 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 40960
				]
			}
		}

		volume-700e6385-d7d0-4992-878b-33be4766c496 {
			id = "x4QsQL-OP3x-cYHB-v4D8-j6fJ-qZUZ-1t2oN5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416248007	# 2014-11-17 16:13:27 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 17920	# 70 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 58880
				]
			}
			segment2 {
				start_extent = 17920
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 115200
				]
			}
		}

		volume-4c901cf7-38d9-4f52-a8f9-3c2ef6a1fd42 {
			id = "DZ5fNo-pAye-ewGX-YXg4-pONe-bVdE-6GTFSF"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416315185	# 2014-11-18 10:53:05 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 97280
				]
			}
		}

		volume-c46b9bec-48f3-453a-898d-374b1fb75a31 {
			id = "Z32wxh-RQDS-8nF0-6hH8-QjkT-6bbD-I2rKN3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416334457	# 2014-11-18 16:14:17 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 66560
				]
			}
		}

		volume-8098f6b9-8816-4633-84df-5187048cc8b3 {
			id = "ZPJZRK-ze3x-ceK5-ye8j-V1ch-Ck5w-Rk3Msa"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416340812	# 2014-11-18 18:00:12 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 46080
				]
			}
		}

		volume-9312a9be-42ad-40e8-a1d3-a2e28833729d {
			id = "A53E7G-T0VW-6YRb-hAG6-EVY9-sNiq-HiiOl0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416355657	# 2014-11-18 22:07:37 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 79360
				]
			}
		}

		volume-786a3539-99e7-4a0d-960a-29bbf169c402 {
			id = "jxfZy1-dBgD-ub34-RGdt-vlUw-UgBw-f1tREQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416427090	# 2014-11-19 17:58:10 -0200
			segment_count = 14

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 76800
				]
			}
			segment2 {
				start_extent = 2560
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 87040
				]
			}
			segment3 {
				start_extent = 5120
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv15", 92160
				]
			}
			segment4 {
				start_extent = 7680
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 125440
				]
			}
			segment5 {
				start_extent = 10239
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 125440
				]
			}
			segment6 {
				start_extent = 12798
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 125440
				]
			}
			segment7 {
				start_extent = 15357
				extent_count = 2558	# 9.99219 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 125441
				]
			}
			segment8 {
				start_extent = 17915
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 112640
				]
			}
			segment9 {
				start_extent = 17916
				extent_count = 2558	# 9.99219 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 125441
				]
			}
			segment10 {
				start_extent = 20474
				extent_count = 2558	# 9.99219 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 125441
				]
			}
			segment11 {
				start_extent = 23032
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 102400
				]
			}
			segment12 {
				start_extent = 23033
				extent_count = 2557	# 9.98828 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 125442
				]
			}
			segment13 {
				start_extent = 25590
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 102400
				]
			}
			segment14 {
				start_extent = 25591
				extent_count = 9	# 36 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 127504
				]
			}
		}

		volume-855eae74-1e7f-43f2-baa2-f8de287ff236 {
			id = "5CLyVs-PpYA-E2UP-NM5f-4qiX-3s7i-y1lcWx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416485972	# 2014-11-20 10:19:32 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 127999	# 499.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv25", 0
				]
			}
			segment2 {
				start_extent = 127999
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 102400
				]
			}
		}

		volume-6e80f284-4956-4e4f-b467-a6b8d41dc61e {
			id = "brq6WO-WeK8-TIYO-Q6rH-vYYe-utDd-2vnCso"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416486048	# 2014-11-20 10:20:48 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 127999	# 499.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv26", 0
				]
			}
			segment2 {
				start_extent = 127999
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 127513
				]
			}
		}

		volume-25722f6b-73e3-416a-8e01-c82f53cc8fcb {
			id = "BCJGcc-fWED-KatV-HXBV-UCem-6LXc-TRxXIO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416576811	# 2014-11-21 11:33:31 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 46080
				]
			}
		}

		volume-c7879885-412f-40cd-b9bf-f1bb66c1e0bd {
			id = "cb7TPk-dM7N-GjdT-aUM0-F6Sf-Jczm-egmox8"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416576831	# 2014-11-21 11:33:51 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 124417
				]
			}
		}

		volume-aaffb4b8-1d59-431f-bf3b-57f749ffaff7 {
			id = "g3tExq-h6AL-7Tqy-HstM-vhHY-frRx-ZoOox0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416576946	# 2014-11-21 11:35:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 61440
				]
			}
		}

		volume-f2bea6da-8f89-4b92-a75b-1689236e32ee {
			id = "HRyymy-splD-NQjy-ERzA-keOm-asKb-I3oPpL"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416576971	# 2014-11-21 11:36:11 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 25601
				]
			}
		}

		volume-3517f5da-b409-450e-a822-6329672779d0 {
			id = "vrLBAx-YEll-gfzh-KtzB-ReA7-jbzK-fpUs9d"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416577044	# 2014-11-21 11:37:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 76800
				]
			}
		}

		volume-12e9d662-f98f-48e8-bf64-32cdc43d975d {
			id = "yGa0TS-QONJ-WjlG-2hY0-uj0D-TdiV-1zcfNK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416577094	# 2014-11-21 11:38:14 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 28161
				]
			}
		}

		volume-352b4725-4cac-40a3-a203-3777f4fec174 {
			id = "wbt5qn-zO3S-nICc-Iznc-s2No-iSnJ-oToB9c"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416578045	# 2014-11-21 11:54:05 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 92160
				]
			}
		}

		volume-993ec4f8-329f-431a-b399-bdf56a926ae8 {
			id = "xbLcYi-Owy0-dRn8-DuQT-Nm5r-thdP-072Xb1"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416584372	# 2014-11-21 13:39:32 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 0
				]
			}
		}

		volume-2f900ad4-1294-4f21-890b-6c0e5d95bfdd {
			id = "elUE17-Svm6-zAvK-Z0ow-tJGl-1DMZ-b6PNOH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416598377	# 2014-11-21 17:32:57 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv27", 0
				]
			}
		}

		volume-d65d31eb-c834-410a-aca9-74b70eab802a {
			id = "YCLKBd-gOyU-C4OE-3uu8-RpNC-0fKI-dVZ7Cn"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416598395	# 2014-11-21 17:33:15 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv28", 0
				]
			}
		}

		volume-af6ce467-30f2-451d-b6bf-71aa67654eed {
			id = "wyWvF8-2rAs-ZhGC-wo8M-JsHk-qDJu-AjraDu"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416598408	# 2014-11-21 17:33:28 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv29", 0
				]
			}
		}

		volume-4758ea31-8526-419a-b3ec-0be529b57d40 {
			id = "1kOcRc-h7wm-od3d-C1iz-agow-nXmj-VTrS92"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416614176	# 2014-11-21 21:56:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 107520
				]
			}
		}

		volume-270604cd-b505-471a-902e-c48509d36327 {
			id = "2VZwmO-fytS-KZFL-ELY1-Qhxc-P8I6-HsKLBx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416618841	# 2014-11-21 23:14:01 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 127999	# 499.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv30", 0
				]
			}
			segment2 {
				start_extent = 127999
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 120578
				]
			}
		}

		volume-bd34e31e-dd44-4d5e-9175-8638ef556913 {
			id = "HvOvjM-IZNM-AoHF-8te4-efzw-8M5P-vviBd8"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416844013	# 2014-11-24 13:46:53 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv27", 76800
				]
			}
			segment2 {
				start_extent = 51199
				extent_count = 25601	# 100.004 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv28", 76800
				]
			}
		}

		volume-f875e7f6-4eb3-44be-85ed-ca765742ead5 {
			id = "Tf9atM-DvYA-jxEe-0Xfi-GD1W-tdQo-Rwzf17"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416847330	# 2014-11-24 14:42:10 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv28", 102401
				]
			}
		}

		volume-b32d0ce7-8ada-4d36-a999-c5a79ef85d68 {
			id = "GmtiWr-iBDH-1I2t-rw9G-N1jT-Rmie-JNjsMt"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416858508	# 2014-11-24 17:48:28 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 127999	# 499.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv31", 0
				]
			}
			segment2 {
				start_extent = 127999
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 120579
				]
			}
		}

		volume-70ae1c20-6a2e-4a3f-aa38-251d4ee20d54 {
			id = "vXzTyE-gsfq-mO3V-Qt75-2xud-THRH-klYMaz"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416859203	# 2014-11-24 18:00:03 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv29", 76800
				]
			}
		}

		volume-edbe5057-627f-499b-9bf8-e7fd713226c6 {
			id = "OEux8T-J88S-vC8U-gzYg-fNDA-RBdb-DmBjJc"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416865738	# 2014-11-24 19:48:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv29", 97280
				]
			}
		}

		volume-cb9a47e7-7e95-40b9-ab09-2e03fc510a49 {
			id = "zpsiWV-tZOq-iU8F-1FfM-CBJR-fWX7-kDLy4f"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416865870	# 2014-11-24 19:51:10 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 17919	# 69.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 110080
				]
			}
			segment2 {
				start_extent = 17919
				extent_count = 7681	# 30.0039 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 51200
				]
			}
		}

		volume-5ecc83df-1e0f-4f6d-b72a-08d6c7496b76 {
			id = "ljX50i-AKX4-e78T-Ofjn-tEpZ-ijtN-38u0J9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416868188	# 2014-11-24 20:29:48 -0200
			segment_count = 3

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 76800
				]
			}
			segment2 {
				start_extent = 15360
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 125440
				]
			}
			segment3 {
				start_extent = 17919
				extent_count = 7681	# 30.0039 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 112640
				]
			}
		}

		volume-2b95cb08-b1f1-4403-ad3d-6a25b055a0dd {
			id = "erXaAd-mq65-ui64-2QVr-TwS3-cTW1-LYxIlH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416868229	# 2014-11-24 20:30:29 -0200
			segment_count = 5

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 38400
				]
			}
			segment2 {
				start_extent = 7680
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 117760
				]
			}
			segment3 {
				start_extent = 12800
				extent_count = 5119	# 19.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 89601
				]
			}
			segment4 {
				start_extent = 17919
				extent_count = 2559	# 9.99609 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 58881
				]
			}
			segment5 {
				start_extent = 20478
				extent_count = 5122	# 20.0078 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 120580
				]
			}
		}

		volume-0a53aec2-fd0a-4600-9bc9-5b062b2a35f5 {
			id = "HXTcst-iOq3-sNTq-jc2J-UhcQ-uSWl-8xPDYZ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416869440	# 2014-11-24 20:50:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 122880
				]
			}
		}

		volume-c9b0a83d-6fd6-4fd8-bea9-e0d3bbcd05b5 {
			id = "1bR9Vi-B7sP-Y9l1-qD4F-1EKw-izSp-WNTeDQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416869446	# 2014-11-24 20:50:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 87040
				]
			}
		}

		volume-194a38a8-5f71-40bf-999d-08798a4059c8 {
			id = "kazNaI-mSlU-1X8M-qDhk-eZYl-lTeR-3E1RgS"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416869451	# 2014-11-24 20:50:51 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 122881
				]
			}
		}

		volume-119527ad-0513-4494-aa5c-2c322abcb84a {
			id = "KzFgeu-AFf8-y2hr-0toe-iaaN-RMYB-7ye2g5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416914844	# 2014-11-25 09:27:24 -0200
			segment_count = 9

			segment1 {
				start_extent = 0
				extent_count = 7678	# 29.9922 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 120321
				]
			}
			segment2 {
				start_extent = 7678
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 40960
				]
			}
			segment3 {
				start_extent = 12798
				extent_count = 5632	# 22 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 121354
				]
			}
			segment4 {
				start_extent = 18430
				extent_count = 757	# 2.95703 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 127242
				]
			}
			segment5 {
				start_extent = 19187
				extent_count = 512	# 2 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 41482
				]
			}
			segment6 {
				start_extent = 19699
				extent_count = 256	# 1024 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 40970
				]
			}
			segment7 {
				start_extent = 19955
				extent_count = 9	# 36 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv10", 30721
				]
			}
			segment8 {
				start_extent = 19964
				extent_count = 5119	# 19.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv14", 122880
				]
			}
			segment9 {
				start_extent = 25083
				extent_count = 517	# 2.01953 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 125702
				]
			}
		}

		volume-70af922b-7882-48f6-aac6-778f0fff002b {
			id = "yQyWOh-g02S-TtS1-rURX-9pZN-s46Z-tYJNRR"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1416922502	# 2014-11-25 11:35:02 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 5119	# 19.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 46081
				]
			}
			segment2 {
				start_extent = 5119
				extent_count = 2561	# 10.0039 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv28", 122881
				]
			}
		}

		volume-b3dbd9aa-4770-43a5-81e3-b6d91c69e5da {
			id = "hD5ler-G6oM-xAmx-ie1G-0Uxk-AhGn-30wvQF"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417023046	# 2014-11-26 15:30:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 120320
				]
			}
		}

		volume-c8663405-b351-4a37-9e56-e6589bf6754d {
			id = "rBQOKz-7TY2-8dFa-Wlx0-JjON-4KnG-HNQaEr"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417023165	# 2014-11-26 15:32:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 0
				]
			}
		}

		volume-a67ed690-d248-42a4-a300-964bb43ed24c {
			id = "N9M7tE-F49a-9PUd-draf-sNTs-ja4h-icV0Vq"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417023360	# 2014-11-26 15:36:00 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 15360
				]
			}
		}

		volume-dee83a0e-a92b-43f5-9217-26d2cf2e93e2 {
			id = "4uP2cj-wWUl-TDb4-tyjZ-scIF-QYqE-QzdPQT"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417023431	# 2014-11-26 15:37:11 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 17920
				]
			}
		}

		volume-71576619-a69c-4360-b143-8a34285de632 {
			id = "vUNbcK-2hOv-mQnw-9M4H-rEgM-PLaY-F9LQn1"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417025738	# 2014-11-26 16:15:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 33280
				]
			}
		}

		volume-88258fa7-00c3-43cf-89c0-cfa4e24f8fc3 {
			id = "jsStlf-N2Wr-DWsA-aIXB-4WZM-FBer-TfVqm0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417034582	# 2014-11-26 18:43:02 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 43520
				]
			}
		}

		volume-b4213ca9-df84-4ddb-9581-ee8e96e78203 {
			id = "5ECI6v-nTSp-muba-HCDS-3V34-2ddP-2BH9C0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417123169	# 2014-11-27 19:19:29 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 74240
				]
			}
		}

		volume-96de51e2-9d74-4943-9f3c-b9030396709a {
			id = "DHiNVa-flOc-glUo-c2o2-td2q-uL6Z-glH35g"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417187301	# 2014-11-28 13:08:21 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 76800
				]
			}
		}

		volume-7bac46e8-ff27-476c-8ec4-78f7081fb646 {
			id = "r1n0rX-RkhI-ktxd-XRhF-rpSG-aMWf-FfIbuE"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417187366	# 2014-11-28 13:09:26 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 120321
				]
			}
		}

		volume-958d263a-529b-49dd-961d-4df1d5ac62d3 {
			id = "cUn1Io-Ej8U-vfkS-cD03-RApl-eu4l-KcHsq4"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417187382	# 2014-11-28 13:09:42 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 122880
				]
			}
		}

		volume-039f0870-fd9d-49ae-b6ff-3fe2eec4747d {
			id = "d43XMK-udeX-eEH8-9ctE-lA7E-J6jY-1zrIf9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417187400	# 2014-11-28 13:10:00 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv29", 122880
				]
			}
		}

		volume-71070ed5-32e4-4303-b2d9-ce29b95390ab {
			id = "KQMmDC-LFGq-4GD9-BpQi-tk52-RxL3-y698fm"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417187528	# 2014-11-28 13:12:08 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 87040
				]
			}
		}

		volume-c052eceb-d5fc-4e5c-8ed2-c5fb29ba5bbd {
			id = "XcrqGj-tT2X-qMHE-Gklx-cdm4-GIPI-9FmLUh"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417187546	# 2014-11-28 13:12:26 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 89600
				]
			}
		}

		volume-fd9437fd-0d80-44db-bd6f-dc4b44f4291f {
			id = "u8E7VT-7j0y-n9g0-dDFE-f2lB-1YVU-kHFWvZ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417290183	# 2014-11-29 17:43:03 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv33", 0
				]
			}
		}

		volume-8692ae2b-04b7-4e80-a779-74a96c75720f {
			id = "TTvH92-qAbw-Ypdz-9H7c-8y1H-ffx2-JDo1LH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417290220	# 2014-11-29 17:43:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv34", 0
				]
			}
		}

		volume-91f7b4d1-e850-4e16-8947-91f38464641c {
			id = "LAMgH1-aP9k-Uiqt-ty6n-2Kbh-zwdx-HPfaUo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417456801	# 2014-12-01 16:00:01 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 92160
				]
			}
		}

		volume-87fe6266-6f96-4c0d-bc83-ac087f91acf6 {
			id = "JN1Hym-AvdH-mbBh-R64R-wi5S-V5Ax-mFPmCo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417458803	# 2014-12-01 16:33:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 12800
				]
			}
		}

		volume-0ab3e062-58ea-459d-a62c-6c1b74db29d5 {
			id = "ke0LYM-2QL5-3L1P-XV0l-doBs-26dF-puIiag"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417458842	# 2014-12-01 16:34:02 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 102401
				]
			}
		}

		volume-bb271a22-c179-4d95-ab8d-a5b73de76bc3 {
			id = "EkddXd-LLse-7OsD-fskd-foKx-ZZzs-clOuMK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417459012	# 2014-12-01 16:36:52 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv33", 76800
				]
			}
		}

		volume-c8888a35-608b-4704-aed1-ee09f5e34236 {
			id = "M7GisM-3Zkc-hv6Z-Q0Pl-MHsn-yXMt-mqzzFV"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417459060	# 2014-12-01 16:37:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv5", 122881
				]
			}
		}

		volume-33dcffb4-fccb-4325-b52f-035ea414c2ea {
			id = "Op13V2-ZSR7-zvhT-Ly4J-h5Ws-9XGo-9C799q"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417521549	# 2014-12-02 09:59:09 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv33", 92160
				]
			}
		}

		volume-6be65225-fc49-4922-8def-3f69f641ab96 {
			id = "039XWF-MNpQ-F0gV-2yd9-d9hZ-aDF8-lvtVRU"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417571147	# 2014-12-02 23:45:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 56320
				]
			}
		}

		volume-bf2c84fa-507c-40e8-916b-d896317720ef {
			id = "D13ZoB-YBE0-btFo-5R6n-lceB-dTaV-svetmT"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1417814340	# 2014-12-05 19:19:00 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 84480
				]
			}
		}

		volume-89573e4d-f1e2-470d-b582-0d4ae6e62987 {
			id = "W8cunM-9qyn-XVlE-NkZH-vhy7-PLm6-A40qfq"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418154975	# 2014-12-09 17:56:15 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv35", 0
				]
			}
		}

		volume-2df60a7d-169c-4c4d-8f18-604193606fd3 {
			id = "SfX0W8-UKjQ-DKoH-0N6A-bWoL-SF0A-Sh1lW3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418215234	# 2014-12-10 10:40:34 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 0
				]
			}
		}

		volume-37035030-db6a-4049-8e7c-24396de13a60 {
			id = "0iwGem-GObN-bVAF-t7WY-NMUN-aCas-3TbhD7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418215510	# 2014-12-10 10:45:10 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv37", 0
				]
			}
		}

		volume-e7425f03-fb08-4852-b8da-8fba1b0f7f5c {
			id = "WG4MLc-CCVX-BCIQ-8fLh-gkpk-F2E6-5ezP3N"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418242618	# 2014-12-10 18:16:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 17920	# 70 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 79360
				]
			}
		}

		volume-2b31ce00-a0d0-46ca-a86d-11603d179189 {
			id = "gUmHEw-9RsB-3Cr4-dLrP-TNuQ-c3bK-apdA6c"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418243199	# 2014-12-10 18:26:39 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 17920	# 70 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 0
				]
			}
		}

		volume-bf363bda-bac7-4f4e-b4bb-4c2fe8b3a9c1 {
			id = "Z2jsfd-G0rT-NSi0-B2cO-YxQv-sHBF-mwNYX5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418301709	# 2014-12-11 10:41:49 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 17920	# 70 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv20", 76800
				]
			}
		}

		volume-fc5c1109-1be3-43bc-af9e-c5701d554d19 {
			id = "CI9nHf-Ppim-k13e-8o36-is1L-bbLZ-RibIx3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418301733	# 2014-12-11 10:42:13 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 17920	# 70 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv34", 76800
				]
			}
		}

		volume-b529dc5d-2167-44b6-9974-1dc23e9f020d {
			id = "TaBflO-jalV-GI22-o8Ir-KP89-8R0v-QVT1FQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418328913	# 2014-12-11 18:15:13 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 256	# 1024 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 126219
				]
			}
		}

		volume-5872d5be-e649-4950-a01c-2955d36b6fe0 {
			id = "eqtsMa-nobk-fSxN-cZhs-4Egj-D6RB-3fbIsO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418390396	# 2014-12-12 11:19:56 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 17920	# 70 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv34", 94720
				]
			}
		}

		volume-9a3111ae-1ecd-4d8c-a613-7c7400ac7d00 {
			id = "nFslXr-9DzX-325F-nlZD-sGKe-cCBG-KUCGyi"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418393394	# 2014-12-12 12:09:54 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv35", 76800
				]
			}
		}

		volume-87556568-11dd-4ceb-bd1e-f8b3cf67fd69 {
			id = "dLrYzt-METq-UqLR-MRSD-yvRk-ZUn1-NEZzyI"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418591932	# 2014-12-14 19:18:52 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 110080
				]
			}
		}

		volume-f679786b-2943-4c6e-9dd5-d8746c8345bc {
			id = "fL1tN5-9o5v-MU2t-NLsF-KNG4-I9LB-gOOEjg"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418663127	# 2014-12-15 15:05:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv38", 0
				]
			}
		}

		volume-4e86eb9b-2d42-4358-bbd2-df0718411017 {
			id = "lCfPSD-vA5U-HLNT-WXfg-TatV-r6t9-46W6ma"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418663145	# 2014-12-15 15:05:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv39", 0
				]
			}
		}

		volume-31e0790f-f8cb-431d-a3bd-bfc0e086fb0a {
			id = "Fwtl37-YAHp-ZJWB-V7Ym-CQEc-5X23-phg3E4"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418663167	# 2014-12-15 15:06:07 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv40", 0
				]
			}
		}

		volume-d39a4171-3149-4b3b-b143-5afe7d804191 {
			id = "a7xKAx-EE0O-lyxZ-ex1z-91ai-EEuT-CfyUX7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418663206	# 2014-12-15 15:06:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv41", 0
				]
			}
		}

		volume-62ea5117-d52d-4be4-89dc-faf2a2b5df6a {
			id = "FPPque-xGH0-nC8a-HDwB-qK73-dcx5-w2xWEa"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418758224	# 2014-12-16 17:30:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv42", 0
				]
			}
		}

		volume-6e0475c0-4c22-41e3-b19e-9ac51e757fde {
			id = "eH0YI5-zOEn-VXU5-kuNz-POlk-ntk0-3PsOaM"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418760421	# 2014-12-16 18:07:01 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv35", 92160
				]
			}
		}

		volume-1faf3342-8040-4f6c-8071-62623b147850 {
			id = "vTZzwt-PBYF-weLG-nfQw-gVMC-0K5j-XHEXbK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418760646	# 2014-12-16 18:10:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv35", 107520
				]
			}
		}

		volume-26b9b8ba-c8b6-4352-af4f-a733d196be56 {
			id = "tIcnHM-hYw3-VTN6-lcHx-4n3c-e0jX-10bZXU"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418760674	# 2014-12-16 18:11:14 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 94720
				]
			}
		}

		volume-e1279060-a94a-4907-8c77-952564a4a3fa {
			id = "KvUCfd-0bCS-rEN4-yWT3-llP2-YXaF-7IIIYu"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418760683	# 2014-12-16 18:11:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 97280
				]
			}
		}

		volume-53b34772-d01d-4e30-b932-7c595c2084f5 {
			id = "7zDy1C-dsqr-iLH6-zoWk-csX2-IW0b-4IgyOK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418761978	# 2014-12-16 18:32:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv20", 94720
				]
			}
		}

		volume-4f671532-807d-494c-9c0a-c868698eee58 {
			id = "LEqFi4-L9KL-BvmB-elkx-QCsu-F4sK-gfgdnp"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418931246	# 2014-12-18 17:34:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 117760
				]
			}
		}

		volume-7ca55d66-688c-402d-85a0-23ba4723aefe {
			id = "e6mLgj-29ft-IMxu-GOfC-WKLr-r1lc-rqF1k2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418931271	# 2014-12-18 17:34:31 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 38400
				]
			}
		}

		volume-78eea789-9ced-43a0-8a6e-1caa9271c69a {
			id = "70S0Te-d4Sa-NRWM-2yEe-t3Vj-wVR0-Bz7T6l"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418931357	# 2014-12-18 17:35:57 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv33", 112640
				]
			}
		}

		volume-d441ecbb-b75d-4d78-959b-99f5f3b96b4d {
			id = "Pj7Sb5-8wYr-cXxD-fB0c-l6BH-n3hz-vZ1ZMW"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418931406	# 2014-12-18 17:36:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv33", 117760
				]
			}
		}

		volume-d65375e3-7dcf-48fc-aba0-f1cdab563083 {
			id = "8dh6Yx-T6Vn-oIhh-8n02-dsni-9DpK-VOxd3Z"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418931437	# 2014-12-18 17:37:17 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv34", 112640
				]
			}
		}

		volume-ed2ce00b-6357-4277-b6ad-4f5507ae5ed9 {
			id = "afFKre-99F8-JWzo-MeYL-pAql-2qiH-PEqKXo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418934279	# 2014-12-18 18:24:39 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 102400
				]
			}
		}

		volume-8ad4f1eb-a827-49bd-bda7-8c7694a14267 {
			id = "4U1E1n-j3E9-pv2F-FZs2-e8yA-bWLf-fnIEd3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418939017	# 2014-12-18 19:43:37 -0200
			segment_count = 3

			segment1 {
				start_extent = 0
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv37", 76800
				]
			}
			segment2 {
				start_extent = 51199
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv38", 76800
				]
			}
			segment3 {
				start_extent = 102398
				extent_count = 25602	# 100.008 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 97280
				]
			}
		}

		volume-b8989911-0b0b-4907-8411-ed3d8d108217 {
			id = "FPObGe-Pnpi-7rsM-DqNz-57dh-OtHl-F19Xqx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418939048	# 2014-12-18 19:44:08 -0200
			segment_count = 3

			segment1 {
				start_extent = 0
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv39", 76800
				]
			}
			segment2 {
				start_extent = 51199
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv40", 76800
				]
			}
			segment3 {
				start_extent = 102398
				extent_count = 25602	# 100.008 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv41", 76800
				]
			}
		}

		volume-d66d5f82-5c4c-4b11-b7c9-0229d4f7da43 {
			id = "tr3aNQ-WOhh-eMfx-wdI3-VH41-KRmc-wZ4g6I"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1418999393	# 2014-12-19 12:29:53 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 20479	# 79.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv42", 107520
				]
			}
			segment2 {
				start_extent = 20479
				extent_count = 5121	# 20.0039 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv41", 117762
				]
			}
		}

		volume-5a215966-c31d-4e90-a05a-2607676c13b1 {
			id = "Q3c4yw-H13g-OhOx-15MK-kJHH-v2sr-FEO4Ma"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419003507	# 2014-12-19 13:38:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv43", 0
				]
			}
		}

		volume-4d23d448-4461-4073-91f9-0e58491c4c52 {
			id = "LlczdB-XtC6-k0Z8-T1HX-EK8N-X3L6-FIHdcI"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419003538	# 2014-12-19 13:38:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv44", 0
				]
			}
		}

		volume-765fccf1-a607-4081-a907-33f7a3560dba {
			id = "nPYUu7-vHpp-AMHy-8TGh-1vn2-0ZzC-ZVxLHv"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419003552	# 2014-12-19 13:39:12 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 51199	# 199.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv43", 76800
				]
			}
			segment2 {
				start_extent = 51199
				extent_count = 25601	# 100.004 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv44", 76800
				]
			}
		}

		volume-f6800ee5-e68e-4ddb-816d-c63ea00defa4 {
			id = "9NVRi7-ywRS-q9tS-xtkJ-Q4lC-zSEp-iWg1eX"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419259653	# 2014-12-22 12:47:33 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 0
				]
			}
		}

		volume-c94b31a7-6c2a-4e49-a1a8-2ddc375cfd01 {
			id = "jX6hrV-KXFx-Z1wO-aWFO-wxg8-y1zw-oUTym6"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419263878	# 2014-12-22 13:57:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 25600
				]
			}
		}

		volume-ea84164b-3136-468d-b644-cb11149a65e5 {
			id = "xUV419-tAii-yZ5H-sQUp-odKJ-rLff-gwvfnh"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419272987	# 2014-12-22 16:29:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 51200
				]
			}
		}

		volume-b41b37c1-0288-4bbe-ae29-5bf5c04d1d13 {
			id = "TMZ3rv-e6uH-cZTA-CfCV-uGUK-9NBg-FMoQvd"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419273476	# 2014-12-22 16:37:56 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 102401
				]
			}
		}

		volume-984f616b-236d-4ec0-859c-974ad724222e {
			id = "U5e2Ib-vy35-vLkG-HGWD-0x2O-Y35T-fdEVP9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419273693	# 2014-12-22 16:41:33 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 127999	# 499.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv46", 0
				]
			}
			segment2 {
				start_extent = 127999
				extent_count = 25601	# 100.004 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 71680
				]
			}
		}

		volume-96e480fd-c87f-4d15-b377-0610b0df32a2 {
			id = "kCPWTz-0Lki-ir6U-JprZ-GZCH-64gj-E0PCd3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419616117	# 2014-12-26 15:48:37 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 0
				]
			}
		}

		volume-913207bc-c9a8-470b-8b65-1be1caf7fcc6 {
			id = "mbPhbh-BkJ3-q9Vb-GCmt-uY4e-0Gt9-k1zIOx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419686117	# 2014-12-27 11:15:17 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv34", 122880
				]
			}
		}

		volume-2d94b76b-540a-495a-b6f3-a27759f7894a {
			id = "YYLSM3-0iIn-et9V-k1iW-fjqX-oNE3-M9fKx0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419860815	# 2014-12-29 11:46:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv35", 122880
				]
			}
		}

		volume-9a90309a-8d90-49a9-b3dc-7df244986954 {
			id = "EorvmZ-7N6W-S8yT-amPA-UfiR-cHiC-gYfi8x"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419959124	# 2014-12-30 15:05:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 122882
				]
			}
		}

		volume-5764d85d-82a0-416a-aa92-3801edbe8c4b {
			id = "pv5yg3-tJQz-E1TQ-StKF-D742-P7QL-JPtxiO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1419961096	# 2014-12-30 15:38:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 119041
				]
			}
		}

		volume-178219cb-4980-476d-8e39-610e5b5aaf7e {
			id = "j3C9uO-6Oxd-o8Ts-mbWk-90m6-3vpM-K13aqS"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420507203	# 2015-01-05 23:20:03 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 48640
				]
			}
		}

		volume-fd912e70-faec-44ff-a19e-0257e9448c0b {
			id = "XAr9Ji-EmHl-GdWW-R4CN-d5BG-t0kQ-U7IUlc"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420507547	# 2015-01-05 23:25:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 25600
				]
			}
		}

		volume-d4293826-d48e-4362-b638-d835c292f248 {
			id = "dzfmsH-pYIH-2d6C-OBfO-7bar-BRwC-QMTkkH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420507592	# 2015-01-05 23:26:32 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 51200
				]
			}
		}

		volume-efeee49c-2156-4743-afe1-eb06f7f7a009 {
			id = "jXjfuv-0Fxz-PYAV-DRJG-372F-rgXZ-7TuccN"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420507657	# 2015-01-05 23:27:37 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 76800
				]
			}
		}

		volume-61308a00-7472-4172-b4dc-aa282e2e3657 {
			id = "Y67TqW-E7SF-3fjJ-ilA0-ISes-AydZ-C47Tpv"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420509475	# 2015-01-05 23:57:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 0
				]
			}
		}

		volume-cb7ef278-be97-4ef6-a834-58ef16c4332d {
			id = "o5Z2cF-aG7A-QApR-XI68-Cvtl-o77Q-HXG8Vx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420509519	# 2015-01-05 23:58:39 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 25600
				]
			}
		}

		volume-790a39bd-22b0-400f-9e3a-836ec5f69b6e {
			id = "8OYUqK-kyes-3u59-alW8-4S8h-SKuc-d3sf2A"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420509523	# 2015-01-05 23:58:43 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 51200
				]
			}
		}

		volume-03f45103-8178-4b97-a4e2-22c4c5904c19 {
			id = "3YUhqP-B1TL-VTF9-cKoI-jCdu-jRzF-TwjpBY"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512036	# 2015-01-06 00:40:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 76800
				]
			}
		}

		volume-56b6c4fd-b518-45cc-8790-71a822b5d134 {
			id = "8yr2h7-C4gH-Hs0H-kklF-iWXN-oV7r-PjvtjU"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512084	# 2015-01-06 00:41:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 0
				]
			}
		}

		volume-af731f96-3971-4444-b5a2-f2465da4a546 {
			id = "z0Q7vb-5i1G-9DtL-vyzt-kNwm-3Z4M-PHJO9l"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512115	# 2015-01-06 00:41:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 25600
				]
			}
		}

		volume-642c065f-fff4-4798-98a5-dce6cd26fe54 {
			id = "AfXDOB-sl9S-Byeu-nBVM-Q0GO-OHHo-IaylN4"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512185	# 2015-01-06 00:43:05 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 51200
				]
			}
		}

		volume-4e1a25d4-0b40-4637-ba70-c926a9401fcf {
			id = "EYyKLG-0rwD-f9bP-37SK-woLH-BVnh-IgpoUo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512252	# 2015-01-06 00:44:12 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 76800
				]
			}
		}

		volume-fc68e8a5-a40c-4275-8c28-7286db327f06 {
			id = "ZlJRUg-YDRT-KF0r-qvLV-2soY-eMdB-un2QNR"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512286	# 2015-01-06 00:44:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 0
				]
			}
		}

		volume-fdbbdb1c-b981-41a8-af98-35ea3d1dca2a {
			id = "p6CU3L-ceGa-UoHE-TVLv-CPEa-iRhc-y2YsAP"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420512326	# 2015-01-06 00:45:26 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 25600
				]
			}
		}

		volume-046c9f79-05d9-42f4-b767-76680f920200 {
			id = "yPwpAZ-bykc-HqTZ-b8Ok-NSxX-ysMF-7MK796"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420548184	# 2015-01-06 10:43:04 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv41", 122883
				]
			}
		}

		volume-430c3abb-b644-4649-979a-e365fe761490 {
			id = "EJ5fQF-Oqym-Ykpy-AzTT-lW9B-tSen-n60LnO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420548252	# 2015-01-06 10:44:12 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv44", 122881
				]
			}
		}

		volume-141b21a4-bba8-40f4-bef4-e89d2f6c88d6 {
			id = "1M63Nb-Q0wc-6xnj-Hm7U-83RD-P76Y-aHKFoT"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420569816	# 2015-01-06 16:43:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 102400
				]
			}
		}

		volume-01ddcbe2-7ab5-43e2-a204-f8d1b5aa8fa2 {
			id = "FCeV7l-wlGc-3LUU-v4sd-1Cgi-0XCr-bpIecz"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420569946	# 2015-01-06 16:45:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 97281
				]
			}
		}

		volume-bdf81996-0112-479b-b585-0c2572285c0c {
			id = "e3Ew9j-dHxf-KJWB-YcNc-gbu6-vxBP-IeRXxg"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420574515	# 2015-01-06 18:01:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv45", 99841
				]
			}
		}

		volume-1a78305b-e136-4017-b637-62848e0636e0 {
			id = "2eI3tG-VcCK-S5qF-o60z-lqCY-BFj6-HdGdRL"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420574971	# 2015-01-06 18:09:31 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 117760
				]
			}
		}

		volume-a64c4f2b-6e52-49fc-b11b-8dfb0f854b94 {
			id = "Jeipn8-gM9N-YJge-Aydu-0BWJ-Yfbs-zlCP8E"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420582823	# 2015-01-06 20:20:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 51200
				]
			}
		}

		volume-4cf473b0-0163-4a3b-928a-4a49e021d7a9 {
			id = "QAbiTU-0n8s-IAuj-dG9l-eMal-TGRl-3MDSNA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420648769	# 2015-01-07 14:39:29 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 1024	# 4 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 126475
				]
			}
		}

		volume-006e1406-ba4d-4131-a74a-2eb8b0e69df6 {
			id = "f6kjEz-DFxi-ytel-Rs0d-GtuV-jEiD-tSOm0l"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420658740	# 2015-01-07 17:25:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 120320
				]
			}
		}

		volume-5300146d-d48f-4881-94c0-c521818bd344 {
			id = "8Kje1k-gRZv-es0p-hgCs-WxZ8-12Uf-njeXi9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420658776	# 2015-01-07 17:26:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv47", 122880
				]
			}
		}

		volume-669c8297-47fc-4a45-9256-1b082b3e83e1 {
			id = "UIl42t-3Nyi-h1Rc-9r85-cvSH-ky71-J01ZBy"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420658980	# 2015-01-07 17:29:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 102400
				]
			}
		}

		volume-534586ce-1c46-461d-a345-a1ef8261d1ef {
			id = "hvAf4o-eHlu-TWdV-fP07-5CrG-W3yr-GZDIBz"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420659010	# 2015-01-07 17:30:10 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 110080
				]
			}
		}

		volume-53a5708b-09f4-4ca8-8ef9-6104e93f7ea9 {
			id = "AycyMX-pggu-93sG-IoZo-IUd9-z0EJ-WTr0we"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420659040	# 2015-01-07 17:30:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 102400
				]
			}
		}

		volume-e18d58b2-6a3f-47f3-a0e8-f26430891b70 {
			id = "BuWxXd-fspX-9ETe-tsIg-e5fz-UGod-XLhRik"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420807886	# 2015-01-09 10:51:26 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 117760
				]
			}
		}

		volume-5e799ac7-6412-4d03-b34d-3f5b73912e2b {
			id = "HXrcMK-fNGE-AySt-4BFH-BZNd-Gw2O-5GeA0B"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420807915	# 2015-01-09 10:51:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 120320
				]
			}
		}

		volume-9d7cf3fd-1363-4577-9137-68479e424244 {
			id = "faR6Jd-Gxux-br4A-RFpb-DUv1-IADK-XroeYr"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420808465	# 2015-01-09 11:01:05 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 112640
				]
			}
		}

		volume-3eecf59c-3350-4daf-a317-0a16e83f8774 {
			id = "vdLq54-NotT-c7vh-fMsF-ynil-gpvv-0S0iuE"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420808579	# 2015-01-09 11:02:59 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 76800
				]
			}
		}

		volume-dd5fae7f-38d3-437e-82ff-3146949b2508 {
			id = "elywdJ-PXBP-4o0Z-pvdC-HVf6-dYaX-OHF6nh"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420808694	# 2015-01-09 11:04:54 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 84480
				]
			}
		}

		volume-dd340c2c-d8c3-40e7-bee2-4b2f0f9f81c4 {
			id = "6LvZ7h-0Lsp-ASke-wqf1-bewx-tN5x-KrElM0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420808834	# 2015-01-09 11:07:14 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 92160
				]
			}
		}

		volume-9abad254-85d1-4a3d-99c2-c667618f72f5 {
			id = "k1MEPe-LCjB-xYgO-Bnwg-xbaP-Uc80-Iweh2d"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420808964	# 2015-01-09 11:09:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 99840
				]
			}
		}

		volume-9ac0fe74-db72-4e0c-bbf7-03b3ccee24f0 {
			id = "YtC1IO-9lTJ-m6LV-M0dM-QMJM-Ct4F-6v2hY9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420808969	# 2015-01-09 11:09:29 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 107520
				]
			}
		}

		volume-ce810bf6-81a6-4d83-a3ee-6998c1c2cccf {
			id = "UqR622-FeRm-Qdyv-3Gkk-queE-0SNN-ogppYq"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420809039	# 2015-01-09 11:10:39 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 0
				]
			}
		}

		volume-70a5bbd5-340e-4187-8269-e2c5836b77fa {
			id = "1vwSUc-VxMm-BDmu-sMsR-CGiX-sKN5-jQtGQg"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420809096	# 2015-01-09 11:11:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv50", 117760
				]
			}
		}

		volume-c691c0c6-6b8c-4895-b3c1-260d473ace5d {
			id = "6HmTBK-g0Di-a6Pk-WdDA-i2Ga-2Sda-UTBv4q"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420809131	# 2015-01-09 11:12:11 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 15360
				]
			}
		}

		volume-88bd9cd8-0ddf-4122-832d-cbc9c2bca665 {
			id = "3vDkHy-l0sJ-Wqes-mf1e-RJo1-1Lie-kr9Je8"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420809171	# 2015-01-09 11:12:51 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 40960
				]
			}
		}

		volume-1def534d-4ae4-4b3a-a00a-158fe95d7591 {
			id = "2kJQ7V-Povn-LOyM-dcvq-1R0W-WVIy-LxIQ3C"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420809224	# 2015-01-09 11:13:44 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 48640
				]
			}
		}

		volume-8b12e3a4-a140-4a39-81d8-a063fb6d15e9 {
			id = "6nLsn6-o4hP-I4LI-0ILe-DjNf-p0cs-dJcjov"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420812401	# 2015-01-09 12:06:41 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv48", 122880
				]
			}
		}

		volume-356210a9-ac77-484f-9680-f073586192ab {
			id = "p2zerD-tf0c-GbR6-etT2-y09i-kwOk-T4URd8"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420822647	# 2015-01-09 14:57:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 120320
				]
			}
		}

		volume-ebc958d2-55a3-4924-8d7a-a51c4e1a4fe3 {
			id = "uVnryE-RSdG-Uo0M-Oenp-H4D0-1Jhu-Q3x7s9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1420826566	# 2015-01-09 16:02:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv49", 122880
				]
			}
		}

		volume-2b429e51-95ed-4bb7-a46c-fb362b5866da {
			id = "GdWI3n-2gTj-ZAEd-xO0c-XdVw-a0rj-tnbLec"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421091226	# 2015-01-12 17:33:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv42", 76800
				]
			}
		}

		volume-a3a413c1-0b9b-4182-bd93-046f9ebaf19d {
			id = "RRr8wz-32SN-VLb4-qo7i-ITAq-eFG6-eMa9GN"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421091260	# 2015-01-12 17:34:20 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 64000
				]
			}
		}

		volume-869c9a40-0360-480c-a966-a7387f93f4cc {
			id = "TwXFsf-HX0E-VaXH-0g3f-CNyx-tdns-5mGUcH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421091301	# 2015-01-12 17:35:01 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 89600
				]
			}
		}

		volume-ee8ddeba-9bf5-4889-909b-2e5b5ce8be8e {
			id = "OfNX6D-bA29-STIK-f9gg-hevL-wdiw-2EouHs"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421167901	# 2015-01-13 14:51:41 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv52", 0
				]
			}
		}

		volume-5e4c572d-159d-46fb-b540-bda0665d08e6 {
			id = "G1TvdX-PX2o-tHQN-I52S-L3ZX-p37I-pjklQa"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421167938	# 2015-01-13 14:52:18 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv52", 25600
				]
			}
		}

		volume-96f67b54-1dd0-4bb4-a397-9c7e9bc82748 {
			id = "dUBKEs-HlOS-RyPD-zEmQ-6W6w-Zd88-KQq4oo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421167968	# 2015-01-13 14:52:48 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv52", 51200
				]
			}
		}

		volume-d398b17e-6e90-4996-902e-c1051e1463b8 {
			id = "G9h0E9-co0t-QSqZ-rwTj-SAjH-LEVJ-zKT1ad"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421168324	# 2015-01-13 14:58:44 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv52", 76800
				]
			}
		}

		volume-b2109932-acf0-433e-b479-00413281c22f {
			id = "eqt3dC-GMGk-vGsK-3336-rWam-Wa1X-yohn0H"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421168362	# 2015-01-13 14:59:22 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv53", 0
				]
			}
		}

		volume-21980168-c890-4029-8ba7-dee3a54ab160 {
			id = "Pi0xQa-oyFL-TmwI-MUJm-9X5U-ZjZX-bl4IVs"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421168393	# 2015-01-13 14:59:53 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv53", 25600
				]
			}
		}

		volume-ed2da982-def5-4780-a0c9-83d1235750bf {
			id = "8It5xQ-ZPVP-2KYx-7Ye2-V23s-6iI7-F1DDwO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421168425	# 2015-01-13 15:00:25 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv53", 51200
				]
			}
		}

		volume-fd72bede-b3c9-4830-93a7-d7d2e0e5ef05 {
			id = "uqG4ZK-envq-nRz5-X4gK-Up6l-8bCl-SCC950"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421170625	# 2015-01-13 15:37:05 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv32", 122880
				]
			}
		}

		volume-7e4a5232-3fc7-4136-81ae-8817662b0667 {
			id = "Zf4rDW-pewA-AY0y-SHHZ-JDm9-cU2J-3HiQ6k"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421170707	# 2015-01-13 15:38:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv33", 122880
				]
			}
		}

		volume-c01f405f-506c-430c-8453-7e0ce23a32bb {
			id = "2qAC24-9k15-iRb8-J5qr-dzFw-vboc-fqr1Oa"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421343589	# 2015-01-15 15:39:49 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 0
				]
			}
		}

		volume-bf7453f5-9977-4e39-9cb4-4524ebba906c {
			id = "MKRd8D-wyAl-4IsR-zgmV-qfJm-y36u-AZxOfo"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421513907	# 2015-01-17 14:58:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 20480	# 80 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 0
				]
			}
		}

		volume-9c670afa-94df-4d93-b22b-5452d2603093 {
			id = "o13Oaa-18fk-XTx2-dPED-ttqa-cr9e-00O14R"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421596980	# 2015-01-18 14:03:00 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 2560
				]
			}
		}

		volume-30d6c7eb-a82b-4ddf-b014-0090100ea1e2 {
			id = "25rCaO-EMgQ-Ahcu-09JL-9vtP-TU2E-JgpTgt"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421597005	# 2015-01-18 14:03:25 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 76800
				]
			}
		}

		volume-20bab36a-cc64-4d62-8fa2-97834def43af {
			id = "mdOJQZ-zwIZ-YaVo-Nb4H-FKpP-PdZE-kx1UWX"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421597434	# 2015-01-18 14:10:34 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 79360
				]
			}
		}

		volume-b0c32674-65e3-43fc-b9fa-4252598a670e {
			id = "4HoHxs-nX0T-DJs1-ho0a-86hb-P0Pw-J19c4j"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421597567	# 2015-01-18 14:12:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 81920
				]
			}
		}

		volume-f4209f7a-2cc0-4ecc-83d7-7c6f169969c2 {
			id = "Jj3Omu-o8YD-cu28-vKLz-jC4X-Xt4h-F4987P"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421597694	# 2015-01-18 14:14:54 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv2", 84480
				]
			}
		}

		volume-45129ddf-b3b7-4ae4-b476-8cbc5ab0c468 {
			id = "jnVNu0-qvrX-4cUN-Lvju-QBkf-qs1B-YT9rGG"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421598020	# 2015-01-18 14:20:20 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 89600
				]
			}
		}

		volume-1ed9d76e-4dec-415d-a8fa-6c6f06f65d92 {
			id = "wKhKU7-rfO5-CByX-Gbra-TByG-sIKC-AtSAlm"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421677092	# 2015-01-19 12:18:12 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 92160
				]
			}
		}

		volume-b416dcae-5361-4c65-bd8d-ee404bc393c1 {
			id = "krwF6V-oJeE-xpKk-TAS1-pCiS-EMuS-9SPqcJ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421677128	# 2015-01-19 12:18:48 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 94720
				]
			}
		}

		volume-3d11d82b-e3a0-4ba8-8711-2ae065cc9c4b {
			id = "DE2eJY-wc6R-2vTz-qI4B-XES7-tFPb-bhyUqZ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421848894	# 2015-01-21 12:01:34 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 20480
				]
			}
		}

		volume-235fb092-0c27-4405-9792-61438dc23455 {
			id = "4eQ65x-bIrF-CxVU-9gUS-XDyJ-1bIZ-jaaXWn"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421848902	# 2015-01-21 12:01:42 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 46080
				]
			}
		}

		volume-fe48876f-34d4-4df0-a12d-079a5686478c {
			id = "BUOZ8t-LCQF-vtcY-Zz80-zavu-LveL-oYjy3l"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421850972	# 2015-01-21 12:36:12 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 97280
				]
			}
		}

		volume-53361d7c-862f-40a8-a7df-bc5d6ae02d7c {
			id = "xZ3dze-tDS6-ouk5-ogSw-glFi-dgM5-FVMzUy"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421872254	# 2015-01-21 18:30:54 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 512	# 2 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv1", 126727
				]
			}
		}

		volume-a3129f3b-730d-42cc-91d5-49a1adb065da {
			id = "UlLVG7-9Pqc-ZXYd-SLFO-BD2k-bNaw-EACXM5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421930462	# 2015-01-22 10:41:02 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 112641
				]
			}
		}

		volume-1858d443-2f79-461b-8dfd-2ece6e30fba7 {
			id = "bL3Zwv-fqjj-4Ke0-adY3-VMBm-keba-Uo5egJ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421932859	# 2015-01-22 11:20:59 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 81920
				]
			}
		}

		volume-e29d5487-4bd2-4e74-bc1f-eb99eac1f6cd {
			id = "UeQixh-fJTi-l1bm-WLFb-mvs3-AC9S-7l4Hpu"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421934997	# 2015-01-22 11:56:37 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv3", 117761
				]
			}
		}

		volume-21ee227a-d2aa-4e43-b250-58b9a6a9ef14 {
			id = "CU8Um6-3kZl-CAd1-RRo5-JekA-oLc7-BWtgSO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421947039	# 2015-01-22 15:17:19 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 107520
				]
			}
		}

		volume-f130eebd-9b6f-4d05-9cd1-a7bb41400feb {
			id = "EqlJSi-XWeB-hvOc-2oNX-j9oR-S6uZ-9eg8ei"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421948858	# 2015-01-22 15:47:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 46080
				]
			}
		}

		volume-323078b2-ea62-4de5-923b-39143e394055 {
			id = "2k1DqZ-RahJ-O7GG-u8jD-j2BQ-XCsS-aX4sdP"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421949840	# 2015-01-22 16:04:00 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv12", 71680
				]
			}
		}

		volume-252172fb-eb76-4c15-813e-2a2f194638bb {
			id = "F9Q7Zv-acm9-5udT-dpce-t7ZX-131Y-9sYkq1"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421952073	# 2015-01-22 16:41:13 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 0
				]
			}
		}

		volume-c5be7b3d-cceb-4f9f-b2e9-5c66804936ff {
			id = "sCxpI5-3Zos-WmVT-AVjT-ATh1-1yib-LwFdye"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421952113	# 2015-01-22 16:41:53 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv18", 76800
				]
			}
		}

		volume-ae3abc13-f2c3-4e2a-9d39-cb2a2772c5b9 {
			id = "siOLGv-hhuA-JUkk-u48a-yzFn-klxu-KHYQcv"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421952136	# 2015-01-22 16:42:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv53", 76800
				]
			}
		}

		volume-aef8c162-7439-4e3d-b557-bf4ee0a107be {
			id = "onUoLJ-UEos-tCk8-VFRj-4Km3-vodd-0g03oR"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421952183	# 2015-01-22 16:43:03 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv54", 0
				]
			}
		}

		volume-768aa01d-a50e-4ff6-a4d5-c7aaf4ee0cd4 {
			id = "lpmaVm-cHcy-hhcN-0Vga-qrTY-Wr7X-GuBVtz"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1421953447	# 2015-01-22 17:04:07 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 48640
				]
			}
		}

		volume-1619438c-14e6-4c4c-aff4-b993539bb958 {
			id = "loSNh2-WIOQ-riwJ-xN0d-Crxt-H6Eo-8F523S"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422017044	# 2015-01-23 10:44:04 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 3072	# 12 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 71680
				]
			}
		}

		volume-2d1d56f2-65b1-4c7c-8ad0-ecabd75cf8af {
			id = "taT32t-OBMV-3WdN-dwry-r5FZ-kA0c-t49EY0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422029132	# 2015-01-23 14:05:32 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 76800	# 300 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv54", 25600
				]
			}
		}

		volume-6eb0b7ca-2b40-42a1-88a9-fb0244b7d947 {
			id = "1I2poL-mbnK-4L7e-2eve-Te35-xjGE-gLob7R"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422277058	# 2015-01-26 10:57:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 112640
				]
			}
		}

		volume-632f77a8-6b9d-4e39-9ba1-d74ca3fe4feb {
			id = "tJrSvH-DVYK-abMl-QotS-OxHI-0Mpz-LqM3Cv"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422277899	# 2015-01-26 11:11:39 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 117760
				]
			}
		}

		volume-99b4db06-db2f-4a89-a219-05689b0c2c1a {
			id = "Hth1Cx-k9EO-tjNb-0qS3-fgcr-uk2X-OUOdY9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422278117	# 2015-01-26 11:15:17 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 120320
				]
			}
		}

		volume-a3f783ed-4146-41ff-91a0-3fb7377099ba {
			id = "YKOfBr-0Arm-P3Ly-4I6D-516u-xdNs-GJzJJA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422279060	# 2015-01-26 11:31:00 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 117761
				]
			}
		}

		volume-dce77d19-78cd-4618-be56-124366f1103d {
			id = "qDIVqD-W3OS-kKt6-QAqX-qSBv-MnTP-32vHIg"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422280387	# 2015-01-26 11:53:07 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv55", 0
				]
			}
		}

		volume-0c641d0e-d60f-43fd-8cae-b395896fb4aa {
			id = "vXazYx-BSmK-7w4G-abeS-Mld8-t3B5-kAWVKP"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422281228	# 2015-01-26 12:07:08 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 117760
				]
			}
		}

		volume-bbbaa56a-4996-4fb8-b059-8b5aed7d600f {
			id = "Sipfgm-2LNc-2Fr0-ngD0-zGG1-gfbs-k9u0oE"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422290989	# 2015-01-26 14:49:49 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 25600
				]
			}
		}

		volume-4af0944d-a40b-4387-befd-6e25ef096b3c {
			id = "5gWZ10-PTwh-vH51-YGAS-Erfa-eR21-RBScow"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422292559	# 2015-01-26 15:15:59 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 120320
				]
			}
		}

		volume-47a930a6-cded-40a2-aa65-02de1c4e742b {
			id = "3RcYka-jGfa-g58M-TpHD-VpFz-bh92-RCZYEf"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422292594	# 2015-01-26 15:16:34 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 17920
				]
			}
		}

		_snapshot-791265cb-2cb1-4684-a3a5-afd01a61e223 {
			id = "AWpKe0-vksx-e2z1-cz0H-wXpa-xmWS-00okMI"
			status = ["READ", "WRITE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422298535	# 2015-01-26 16:55:35 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv4", 122880
				]
			}
		}

		_snapshot-8f2e95b4-5fc1-4798-8add-3581f29c1bad {
			id = "OHkOQd-2J2t-73FO-lvG0-PH3G-n43I-BycGRU"
			status = ["READ", "WRITE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422298543	# 2015-01-26 16:55:43 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv7", 122881
				]
			}
		}

		volume-8c489209-2084-4641-a79e-b9971357ebcd {
			id = "0qvTeB-IviZ-KpWS-7yto-aTrV-fp7v-3T1gJX"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422366892	# 2015-01-27 11:54:52 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 23040
				]
			}
		}

		volume-e0fd3dc8-389d-43e2-b1b1-e2faf92679af {
			id = "oR5Mn1-PsER-AdP0-YK6K-EnF5-3Ydw-P9g3Ex"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381115	# 2015-01-27 15:51:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv55", 25600
				]
			}
		}

		volume-9aa1ecc2-736b-453b-a0f3-ed62e46a5e06 {
			id = "hhnxwO-0LAu-gVfE-nE3p-U62n-dPHo-BCDg4c"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381259	# 2015-01-27 15:54:19 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv55", 51200
				]
			}
		}

		volume-78e018c6-c367-49e3-8ce8-a702141c24a9 {
			id = "8VPICN-3r0O-GX4P-7eec-sx5B-GtKM-s8fary"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381319	# 2015-01-27 15:55:19 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv55", 76800
				]
			}
		}

		volume-164a90b5-b241-48f7-b2af-c3c412b75c15 {
			id = "oS69Me-gW5f-FtKZ-0nw5-InzV-z10X-VQtB83"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381533	# 2015-01-27 15:58:53 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv56", 0
				]
			}
		}

		volume-804a0474-9c25-4c94-af01-38abf4c1411e {
			id = "lMys0Y-pBXC-y58G-3AAQ-c3U3-qAw0-DcyV5m"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381563	# 2015-01-27 15:59:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv56", 25600
				]
			}
		}

		volume-fe6b6bb4-becb-4383-a802-dc71e5ce441a {
			id = "1nfa7V-b5r7-9S6q-DXgc-J2kX-LiHn-80e4eL"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381676	# 2015-01-27 16:01:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv56", 51200
				]
			}
		}

		volume-7634713e-6540-48e6-a51d-2419d436e99f {
			id = "EoWDXl-AynJ-P5PN-BC7U-CzXa-l2Pj-lskK9t"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381686	# 2015-01-27 16:01:26 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 28160
				]
			}
		}

		volume-89ac20f7-cc6b-4650-a051-cced1206ef05 {
			id = "fo3TR5-ykIE-JigT-dL6Q-VKbx-4iDb-iI62RW"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381758	# 2015-01-27 16:02:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv56", 76800
				]
			}
		}

		volume-b615e1ac-b9e8-4443-950a-6b777a5b5624 {
			id = "uTPSBG-62jh-jifH-Sva9-zWzU-7Dc9-7z1chb"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422381807	# 2015-01-27 16:03:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv57", 0
				]
			}
		}

		volume-c15cb996-db4a-4190-89fe-008cee2b522b {
			id = "8uhw2r-TN2e-oDmK-t7YT-sxcT-6yrq-8JQ8dp"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422382881	# 2015-01-27 16:21:21 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv57", 25600
				]
			}
		}

		volume-787ed030-82c2-4352-ab26-d08f00b6f0c3 {
			id = "vh3p7e-1XBC-vod9-tDHA-v04O-Lg0I-a2jbZx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422383014	# 2015-01-27 16:23:34 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv57", 51200
				]
			}
		}

		volume-85b1be3e-ec6f-4760-b707-4a34e6465f9d {
			id = "eEiujG-paIR-3lI5-ARcO-7Zaq-Z4Xk-eVqasn"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422386390	# 2015-01-27 17:19:50 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv57", 76800
				]
			}
		}

		volume-4f7f9e43-3980-43c5-a337-dad6557da4c5 {
			id = "JLsJ2a-08K8-guwk-QLla-ECt6-DzSm-NvUBWY"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422386754	# 2015-01-27 17:25:54 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv58", 0
				]
			}
		}

		volume-7ee1e943-cc3f-4439-97f4-39c9be0a7cd1 {
			id = "P0w2Ct-yWzC-dJsw-taUZ-vtUn-CTBx-xb91Iu"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422388415	# 2015-01-27 17:53:35 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv58", 25600
				]
			}
		}

		volume-5b44d5b8-2c41-4292-9dde-803cf5c63647 {
			id = "IxvjMP-uKst-lBpE-uPEA-mQzc-ABUB-iRp8uQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422388568	# 2015-01-27 17:56:08 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv58", 51200
				]
			}
		}

		volume-f5ce947a-b1aa-475d-ad0d-905ed4baefd7 {
			id = "rckzdj-ZSjC-Ut6I-F7sd-drVr-8y6r-gk6yj1"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422388691	# 2015-01-27 17:58:11 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv58", 76800
				]
			}
		}

		volume-3d43ad17-da72-4c8d-8f03-525786f72408 {
			id = "uQcAQO-LA2B-C5se-13ou-SRk5-zdNy-qE2JWC"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422389004	# 2015-01-27 18:03:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv59", 0
				]
			}
		}

		volume-da23f529-98bb-4943-ad14-d618f67471c8 {
			id = "xcs1QL-1Wgn-h00U-P2su-en3e-zv9c-WAULLF"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422389707	# 2015-01-27 18:15:07 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv59", 25600
				]
			}
		}

		volume-d57e722d-a044-45e1-a678-e4847fa5c128 {
			id = "ixuCBp-J6wd-GHPE-ERuQ-Kr9Y-1wVg-N2o0ye"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422389816	# 2015-01-27 18:16:56 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 20480
				]
			}
		}

		volume-e7fdfdd1-d501-438d-af1e-24eb9c117328 {
			id = "MIcOK6-Kcnz-cTh5-K35b-s4Uj-zdzz-dsMV1I"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422390046	# 2015-01-27 18:20:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv59", 51200
				]
			}
		}

		volume-0699aedc-0597-4980-a889-f9ece487bffc {
			id = "t1GRhC-Chv6-Ze0q-wUr5-Aw2G-nzms-97FXty"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422390139	# 2015-01-27 18:22:19 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 76800
				]
			}
		}

		volume-1f233a7a-6ed8-4b3a-b5c6-8a8341ebd95d {
			id = "D7hGeR-jeau-RWGA-rE30-evrA-CtWf-8aSTdK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422391626	# 2015-01-27 18:47:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv59", 76800
				]
			}
		}

		volume-53b8b2ad-1105-4268-ae30-9a8060418f86 {
			id = "wY2fhZ-kmx8-UdJy-kQs0-GQzk-6O2r-YGGdI7"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422391704	# 2015-01-27 18:48:24 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv60", 0
				]
			}
		}

		volume-3853a933-8f87-4783-ac3c-cbf52c53a4d4 {
			id = "qXaUUz-UTF6-2ysR-wgwy-QCIw-HuJT-meMD57"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422448707	# 2015-01-28 10:38:27 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv60", 25600
				]
			}
		}

		volume-c5e1f917-352f-4c7b-b7df-e7a2fd11f295 {
			id = "aICEOa-s2Ed-RC3P-KM0u-wPGD-urBN-wHxjRz"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422448787	# 2015-01-28 10:39:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv60", 51200
				]
			}
		}

		volume-960ad36d-f8e3-4e4e-99f6-cc1ed4c26db7 {
			id = "g5yCiD-bzRl-5t7r-G4nK-HcZd-LBKn-u11onQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422450871	# 2015-01-28 11:14:31 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 7680	# 30 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv19", 33280
				]
			}
		}

		volume-c1d7771a-1fa1-4d58-ae97-eb795318ab12 {
			id = "yZR3T2-VnIi-RkrW-qoX0-CfC9-RYwm-0AFOl9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422450945	# 2015-01-28 11:15:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 5120	# 20 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 33280
				]
			}
		}

		volume-fe99f73e-af60-47e4-83c0-ec418d851cef {
			id = "Q1qIfg-gdiJ-NVoc-TdX3-OuCc-D3sn-0CecbF"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422454261	# 2015-01-28 12:11:01 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv60", 76800
				]
			}
		}

		volume-98feb96c-f15b-45e3-bf40-b1dbcbff36b2 {
			id = "fw1SUV-0SoH-vc9i-CzRW-FQPC-VX6G-57mqxW"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422454349	# 2015-01-28 12:12:29 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv61", 0
				]
			}
		}

		volume-2b32af57-8e9b-45ea-8374-6e7e1f7f07ae {
			id = "ToWRXe-7zp6-uXGs-qsPN-4gPp-aclk-Hq6Qlv"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422454405	# 2015-01-28 12:13:25 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv61", 25600
				]
			}
		}

		volume-a6d2ec3d-718a-4243-873b-1ccdc3d4a9e5 {
			id = "v0FvmI-aNg9-wwa1-IQB7-B2eo-bcRP-15gLbT"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422454566	# 2015-01-28 12:16:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv61", 51200
				]
			}
		}

		volume-9ce71849-9354-4217-9feb-cfb025eb25c9 {
			id = "hRh52u-lK44-od85-fmRu-svLF-Pzf4-XqxD2m"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422454604	# 2015-01-28 12:16:44 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv61", 76800
				]
			}
		}

		volume-d6343725-2c17-47c5-9838-e85c738f8923 {
			id = "jV6B3x-Uxnc-7iJ4-FUcq-SrAi-yrmb-dvFdU5"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422455157	# 2015-01-28 12:25:57 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv52", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127755
				]
			}
		}

		volume-e86c2950-a85d-4758-b1c7-dfce785cf558 {
			id = "wRMJdN-j4HA-wuE0-G8hm-chWB-PDCe-4biZNd"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422455194	# 2015-01-28 12:26:34 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv53", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127756
				]
			}
		}

		volume-fafa7c7f-56a2-4c15-933f-aebf1fc16afb {
			id = "88Ec5V-ReFF-7zHT-13yD-cE7o-gaRd-4hYLYV"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422455310	# 2015-01-28 12:28:30 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv54", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127757
				]
			}
		}

		volume-df8b1b25-2151-4d59-947e-b4380a822d8c {
			id = "OFdZDy-xy6u-6bS7-5vvA-15rd-L9vj-ivsI28"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422455480	# 2015-01-28 12:31:20 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv55", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127758
				]
			}
		}

		volume-3e53592e-ce3b-4e87-8267-062573ba5819 {
			id = "pNxKk1-JQDe-eDOO-fAws-H0Lw-cw1J-rcR2cJ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422455600	# 2015-01-28 12:33:20 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv56", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127759
				]
			}
		}

		volume-7d27d1bb-c780-4a8f-93db-6eb6676d9c2e {
			id = "i1yY43-0lrD-vlWH-xrar-GK33-vf9V-mSkgpf"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422456022	# 2015-01-28 12:40:22 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 104960
				]
			}
		}

		volume-6086fbc8-713e-4364-a708-a4c0b2958bee {
			id = "VxOMck-lfvN-dtbp-Dv3p-wCTN-U80V-LD4Nb9"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422456139	# 2015-01-28 12:42:19 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv41", 102402
				]
			}
		}

		volume-c148721d-7cbf-44af-b449-6ee36b2de913 {
			id = "Fq9y5n-KZ78-zFus-6fCx-Hlwm-hssS-AoCcV2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422456183	# 2015-01-28 12:43:03 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv44", 102401
				]
			}
		}

		volume-b2357348-a934-4b43-b444-36565b6297fc {
			id = "HPqwMP-Lgoq-vBfh-dIJs-r1MX-cP5R-3u74V0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422468100	# 2015-01-28 16:01:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv51", 23040
				]
			}
		}

		volume-88600851-2a74-4506-a930-19a2ffd23583 {
			id = "SWRToQ-trkl-Q7Uy-4Ywt-o2to-D2f2-ZgiFlU"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422468175	# 2015-01-28 16:02:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv57", 102400
				]
			}
		}

		volume-10330818-0ba3-4070-b793-90d55796e102 {
			id = "zJOovc-gvtR-enQ0-W2GX-uHgj-DIag-6EpTPF"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422470097	# 2015-01-28 16:34:57 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 15360
				]
			}
		}

		volume-08aaf869-2fdc-4ece-aef6-b2d353d97fa5 {
			id = "LFrf1j-hrwD-bfXO-zZAc-RSfH-PSBI-s99vB0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422470127	# 2015-01-28 16:35:27 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv58", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127760
				]
			}
		}

		volume-81185a54-d625-4c20-85df-768435b4774e {
			id = "nC82Hy-mUiu-IQdZ-pHrQ-XDS7-t2FZ-a7bRdk"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422470229	# 2015-01-28 16:37:09 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv59", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127761
				]
			}
		}

		volume-f5e0bd9e-0c94-4a1c-a038-776e6e413461 {
			id = "cMxPf5-khMc-3cdE-0rp8-LwpP-pVKQ-hqxzF2"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422470267	# 2015-01-28 16:37:47 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv60", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127762
				]
			}
		}

		volume-b0432253-2789-4927-8439-d0262d02ffea {
			id = "ufVkRq-iL98-G8wa-mXRu-e4bz-UZVe-HZaIDN"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422470427	# 2015-01-28 16:40:27 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 25599	# 99.9961 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv61", 102400
				]
			}
			segment2 {
				start_extent = 25599
				extent_count = 1	# 4 Megabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 127763
				]
			}
		}

		volume-5aa49cde-fb34-494a-9138-02b8684cb296 {
			id = "NqTLfw-Q77n-UTbz-lq0b-ZN4w-su9Q-aTD7XT"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422473702	# 2015-01-28 17:35:02 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 15360	# 60 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 53760
				]
			}
			segment2 {
				start_extent = 15360
				extent_count = 10240	# 40 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv0", 40960
				]
			}
		}

		volume-1691581f-483e-483e-8f60-b8afc3ad7171 {
			id = "LwOhME-R5yW-yOVH-lzf3-CKbn-4RS1-oi6kko"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422475146	# 2015-01-28 17:59:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv62", 0
				]
			}
		}

		volume-fd82702a-18ab-401b-8aa1-bfe67c9acf92 {
			id = "iw2xth-UuOl-zEFO-TfVZ-2K8H-Mafp-g0Eavx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422475218	# 2015-01-28 18:00:18 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv62", 25600
				]
			}
		}

		volume-f5b29cb7-4291-4800-afbe-416556345e2e {
			id = "V2df8z-Rvze-EmSf-XaZH-o2sr-1eH3-eeS1xA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422475258	# 2015-01-28 18:00:58 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv62", 51200
				]
			}
		}

		volume-2eef40db-a400-4a54-98d9-f28c5b3f2e51 {
			id = "R1Lvdg-T43F-5jCa-GNUN-nwle-Wq7R-qK0WHV"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422475547	# 2015-01-28 18:05:47 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv62", 76800
				]
			}
		}

		volume-2bb8c129-f6c2-455e-b45b-37adc29fbb18 {
			id = "DSjedd-2p0s-4x1w-hecE-CvoR-XjFF-3Yh2hC"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422475606	# 2015-01-28 18:06:46 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv63", 0
				]
			}
		}

		volume-d39e4b3a-f2e8-43db-b537-665aa6bffd50 {
			id = "fanuH2-Sj3S-AWva-MSuA-G9gd-HeKp-aR4RqA"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422547188	# 2015-01-29 13:59:48 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 122880
				]
			}
		}

		volume-314e2b2a-451d-4d4c-8b5e-2d7aef752c96 {
			id = "jcKqRD-XfRm-7Jl0-WXNg-Nrus-SDwE-YxI4Xf"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422547410	# 2015-01-29 14:03:30 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv17", 30720
				]
			}
		}

		volume-be9b47b7-24ae-4d91-bd16-1ae8b5a36996 {
			id = "RFtdU2-f1U8-yqhD-0wZy-AGjI-1iH7-F4TO2T"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422623416	# 2015-01-30 11:10:16 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 25600	# 100 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv63", 25600
				]
			}
		}

		volume-25813a36-cc1d-421c-a504-4b65c6107c09 {
			id = "66wxV1-WRCl-QU1e-Q3AE-q0fX-tUgR-S22ZFD"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422627475	# 2015-01-30 12:17:55 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 12800	# 50 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv62", 102400
				]
			}
		}

		volume-979a6898-1dbf-4a64-b7b6-2299ce675692 {
			id = "SeLQWN-6nU6-nxJN-rFet-dyGQ-ePtW-dY5neH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422650886	# 2015-01-30 18:48:06 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv24", 38400
				]
			}
		}

		volume-21acba1b-a5c6-4bf8-83b3-8a966f040324 {
			id = "npEMRe-0ynM-4PUO-USfH-ojMM-0IJg-KR0lca"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422972588	# 2015-02-03 12:09:48 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 89600
				]
			}
		}

		volume-0141b8bc-d396-4a03-ae74-7a47a63fe381 {
			id = "MdEcs9-WJrG-cvLZ-y5Q0-ctju-JqAz-CFkCp0"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422973056	# 2015-02-03 12:17:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 94720
				]
			}
		}

		volume-72072669-5daf-48ac-a6ba-259f5038eee8 {
			id = "RT3kuc-0B2v-vDFy-GqH4-hc32-c7en-y5fUeu"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422973951	# 2015-02-03 12:32:31 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv36", 92160
				]
			}
		}

		volume-bc9c9cef-4841-42a2-b29c-0dee27f3b9fc {
			id = "IwtfMh-4jGW-Xc31-TMyx-LxR1-HFhs-cKIlp6"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422978009	# 2015-02-03 13:40:09 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 1280	# 5 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 122881
				]
			}
		}

		volume-2110c395-4970-4072-8f69-e14434afcec9 {
			id = "fIopX2-Os6K-kxNG-rz04-8eUg-pHdm-f04CgQ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422978938	# 2015-02-03 13:55:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 110080
				]
			}
		}

		volume-e8efd2e4-ef12-4408-a9e5-e3af7ca7aaba {
			id = "IGDxDs-Z5TP-V7G5-B3C6-XNie-tK1M-DChJkO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422980042	# 2015-02-03 14:14:02 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv42", 104960
				]
			}
		}

		volume-cb75c387-91af-4808-8926-6605dcaabe74 {
			id = "aQZbDv-51Bj-C2S3-jA94-K6ux-JhFg-IQLYwK"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422988415	# 2015-02-03 16:33:35 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv42", 102400
				]
			}
		}

		volume-18fb1387-faa3-46cc-8b18-c3f0f6cc4be2 {
			id = "wMdnBc-R8SS-Ikle-afxn-1h9V-PvzX-EMkJCx"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423048900	# 2015-02-04 09:21:40 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 74752
				]
			}
		}

		_snapshot-0f01640b-4c09-4be2-b84d-3240b432e214 {
			id = "EuzCHh-AG9D-JQZP-7L8G-2lEs-UH00-7nwZ1L"
			status = ["READ", "WRITE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423060732	# 2015-02-04 12:38:52 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv11", 99840
				]
			}
		}

		volume-fe369453-15bd-4797-bc1e-c818db2482d0 {
			id = "hKSq4y-sedD-5p00-VnUv-7xCT-eMOa-RtU5Hh"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423064508	# 2015-02-04 13:41:48 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 20480
				]
			}
		}

		volume-eb45b006-1b08-4465-b2a6-197aae382552 {
			id = "8DhkS2-3at6-fgqN-8NVe-DDjM-xOFn-cIfhSJ"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423075094	# 2015-02-04 16:38:14 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 79360
				]
			}
		}

		volume-3ea45afc-1eea-494e-a260-15d98ebbd360 {
			id = "JViN0I-Qh2B-UdoJ-HGMy-88Xq-yB7R-u1uzqj"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423143831	# 2015-02-05 11:43:51 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 23040
				]
			}
		}

		volume-0bcbdde3-45fc-4a53-91c0-dfd5e1c3dbb7 {
			id = "a7y4iv-Fivj-rT8O-jkZv-9fl1-K1SC-07XZog"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423151603	# 2015-02-05 13:53:23 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv13", 98560
				]
			}
		}

		volume-61cb05a8-f563-40d0-b5e0-dde9617102f5 {
			id = "W58YrF-OlOr-UoyO-8SnZ-1zqi-KBvi-e86A74"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423151636	# 2015-02-05 13:53:56 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 107520
				]
			}
		}

		volume-c8312ce6-6c4a-4004-9bbd-e373d147baff {
			id = "JPfDzF-0LnG-MQmm-LY43-MNkA-qFmr-8p0nUj"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423151685	# 2015-02-05 13:54:45 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 25600
				]
			}
		}

		volume-28487215-b86f-41e6-882d-51e30b5eb6d4 {
			id = "LD4jN0-8Grx-LIiS-CY93-jx2k-Dbde-Vdg4Z3"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423151738	# 2015-02-05 13:55:38 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 30720
				]
			}
		}

		volume-8f9d0e5d-e114-4b93-b9a1-9104afa21aa2 {
			id = "DmtBqJ-ciuF-eodp-gj0a-02kM-9IjY-GVQ5mf"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423156952	# 2015-02-05 15:22:32 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 512	# 2 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv9", 126977
				]
			}
		}

		volume-b1454268-432d-4613-ba2f-1f329580f424 {
			id = "1wMwsw-Ck3Q-0A59-4Rbe-jeK8-KaWs-ZtXoFI"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423157367	# 2015-02-05 15:29:27 -0200
			segment_count = 2

			segment1 {
				start_extent = 0
				extent_count = 127999	# 499.996 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv64", 0
				]
			}
			segment2 {
				start_extent = 127999
				extent_count = 3073	# 12.0039 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [
					"pv16", 38400
				]
			}
		}

		snapshot2 {
			id = "4wC7qC-Ap1n-JN2I-8xAB-s2Pe-AHoi-AqjOWc"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1411578780	# 2014-09-24 14:13:00 -0300
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 3840	# 15 Gigabytes

				type = "snapshot"
				chunk_size = 8
				origin = "volume-2f41ac0d-6768-461f-92e9-fd01fabccba2"
				cow_store = "_snapshot-da8db311-8b8d-4bd4-98f5-79f7923e3b29"
			}
		}

		snapshot3 {
			id = "aEePmI-z3eA-MLRu-V8sl-zBbp-8DDc-XWl9XO"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422298536	# 2015-01-26 16:55:36 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "snapshot"
				chunk_size = 8
				origin = "volume-5e939bd2-1a43-4102-bcea-3d81f534c9a6"
				cow_store = "_snapshot-791265cb-2cb1-4684-a3a5-afd01a61e223"
			}
		}

		snapshot4 {
			id = "RvVOzo-igct-9WR9-XtJq-LoLO-kV6N-9JPeyH"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1422298544	# 2015-01-26 16:55:44 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "snapshot"
				chunk_size = 8
				origin = "volume-91d44bdf-6dd7-4383-8473-a91ea694a65c"
				cow_store = "_snapshot-8f2e95b4-5fc1-4798-8add-3581f29c1bad"
			}
		}

		snapshot5 {
			id = "vzs9BL-hPjt-S0TG-RCcz-kOta-WtO1-y2GEQt"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "platinum_server"
			creation_time = 1423060734	# 2015-02-04 12:38:54 -0200
			segment_count = 1

			segment1 {
				start_extent = 0
				extent_count = 2560	# 10 Gigabytes

				type = "snapshot"
				chunk_size = 8
				origin = "volume-e8efd2e4-ef12-4408-a9e5-e3af7ca7aaba"
				cow_store = "_snapshot-0f01640b-4c09-4be2-b84d-3240b432e214"
			}
		}
	}
}

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [linux-lvm] Volume group inconsistent
  2015-02-09 16:37   ` Marcos Dutra
@ 2015-02-11 11:17     ` service hofman
  2015-02-11 11:19       ` service hofman
  2015-02-11 14:27     ` Zdenek Kabelac
  1 sibling, 1 reply; 12+ messages in thread
From: service hofman @ 2015-02-11 11:17 UTC (permalink / raw)
  To: LVM general discussion and development

Hi

dd if=/dev/sda of=/boor/sda.mbr bs=512 count=4000
mcedit -e /dev/sda

look lvm list in bootrecord


eric hofman

service.hofman@gmail.com









2015-02-09 16:37 GMT, Marcos Dutra <macdutra@gmail.com>:
> Hi Zdenek,
>
> I attached 2 files, one with missing status and another my backup today. I
> restored my vg from backup but I still have problem, if I create some new
> lv volumes, vg status come back with missing status, I don't know why.
> Since saturday night I don't create any volumes in this vg and I don't have
> any missing status until now, but I would like come back to create new lv
> in this volume.
> My server is centos-6.6 with lastest updates.
>
> Thanks
>
> Marcos Dutra
>
> 2015-02-09 7:34 GMT-02:00 Zdenek Kabelac <zkabelac@redhat.com>:
>
>> Dne 7.2.2015 v 16:47 Marcos Dutra napsal(a):
>>
>>> Hi everybody,
>>>
>>> Yesterday some storage discs of my VG was with missing status
>>> /dev/mapper/plt-01                                        platinum
>>>  lvm2
>>> a-m  500.00g   24.95g
>>>    /dev/mapper/plt-02                                        platinum
>>> lvm2 a-m  500.00g   12.93g
>>>
>>> I tried recover the discs and I used the command:
>>> # vgextend --restoremissing platinum /dev/mapper/plt-01
>>>
>>> It worked, removing missing status, but I did a big mistake, i tried to
>>> run
>>> this command with multiple discs:
>>> # vgextend --restoremissing platinum /dev/mapper/plt-0[2-9]
>>>
>>> After that when I ran pvs command the output shows me checksum error:
>>>    /dev/mapper/plt-04: Checksum error
>>>    /dev/mapper/plt-06: Checksum error
>>>    /dev/mapper/plt-01: Checksum error
>>>    Couldn't read volume group metadata.
>>>    /dev/mapper/plt-02: Checksum error
>>>    Couldn't read volume group metadata.
>>>    /dev/mapper/plt-03: Checksum error
>>>
>>> I tried restore metadata without success:
>>> # vgcfgrestore -f platinum_02336-1600706364.vg
>>> <http://platinum_02336-1600706364.vg> platinum
>>>
>>
>>
>> Without having access to your current metadata - it's hard to give
>> proper advice.
>>
>>
>> So please attach  'vgcfgbackup' of your current setup.
>>
>> Have you tried to 'extend' your existing vg   'plt' with referencing LVs
>> from itself???
>> Is 'plt' VG ?
>>
>> Zdenek
>>
>> _______________________________________________
>> linux-lvm mailing list
>> linux-lvm@redhat.com
>> https://www.redhat.com/mailman/listinfo/linux-lvm
>> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>>
>


-- 
ComputerAlarmTechnologySystem©

http://plus.google.com/105013137826111836446
+44 77 04 24 74 00

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [linux-lvm] Volume group inconsistent
  2015-02-11 11:17     ` service hofman
@ 2015-02-11 11:19       ` service hofman
  2015-02-11 21:45         ` Marcos Dutra
  0 siblings, 1 reply; 12+ messages in thread
From: service hofman @ 2015-02-11 11:19 UTC (permalink / raw)
  To: LVM general discussion and development

Hi

dd if=/dev/sda of=/boor/sda.mbr bs=512 count=4000

mcedit -e /boot/sda.mbr
or
hexedit


look lvm list in bootrecord

eric hofman

service.hofman@gmail.com

-- 
ComputerAlarmTechnologySystem©

http://plus.google.com/105013137826111836446
+44 77 04 24 74 00

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [linux-lvm] Volume group inconsistent
  2015-02-09 16:37   ` Marcos Dutra
  2015-02-11 11:17     ` service hofman
@ 2015-02-11 14:27     ` Zdenek Kabelac
  2015-02-11 18:35       ` Marcos Dutra
  2015-02-11 23:49       ` service hofman
  1 sibling, 2 replies; 12+ messages in thread
From: Zdenek Kabelac @ 2015-02-11 14:27 UTC (permalink / raw)
  To: LVM general discussion and development

Dne 9.2.2015 v 17:37 Marcos Dutra napsal(a):
> Hi Zdenek,
>
> I attached 2 files, one with missing status and another my backup today. I
> restored my vg from backup but I still have problem, if I create some new lv
> volumes, vg status come back with missing status, I don't know why. Since
> saturday night I don't create any volumes in this vg and I don't have any
> missing status until now, but I would like come back to create new lv in this
> volume.
> My server is centos-6.6 with lastest updates.
>


What are those  /dev/mapper/plt-XX  devices ?

It seems like the lvm2 command cannot write to this place properly?

Checksum error looks like serious problem.

 From attached output - all your PVs were properly markes as not missing,
however the lvm2 cannot read back proper crc code.

So what are those 0.5GB devices - are they properly writable ?
(especially in the disk header)

Note - there are special type of block devices like DASD devices
that must be first properly configured by IBM storage manager to provide 
regular devices.

Regards

Zdenek

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [linux-lvm] Volume group inconsistent
  2015-02-11 14:27     ` Zdenek Kabelac
@ 2015-02-11 18:35       ` Marcos Dutra
  2015-02-11 23:49       ` service hofman
  1 sibling, 0 replies; 12+ messages in thread
From: Marcos Dutra @ 2015-02-11 18:35 UTC (permalink / raw)
  To: LVM general discussion and development

[-- Attachment #1: Type: text/plain, Size: 2228 bytes --]

Zdenek,

My multipath devices have an alias to plt-XX instead of the default name
mpathXX.

I can create new volumes with lvcreate, but after 3 or 4 new volumes my VG
pass to inconsistent status because 24 disks stay in missing status, I
don't know why. Do you think that the lvm cannot write properly?

My disks are provided by IBM storage DS8000 but I don't have access the
configuration. Those devices was working properly until last friday since
august 2014.

When I restore my backup with vgcfgrestore, my VG return active without
problem, then I believe I don't have problens with write properly. Do you
have any idea or a test to do? I cannot shut off this VG now because it's
active and used by virtual servers, I have a big problem now.

I created a new VG to create new volumes but I'd like fix this one.

Thanks



2015-02-11 12:27 GMT-02:00 Zdenek Kabelac <zdenek.kabelac@gmail.com>:

> Dne 9.2.2015 v 17:37 Marcos Dutra napsal(a):
>
>> Hi Zdenek,
>>
>> I attached 2 files, one with missing status and another my backup today. I
>> restored my vg from backup but I still have problem, if I create some new
>> lv
>> volumes, vg status come back with missing status, I don't know why. Since
>> saturday night I don't create any volumes in this vg and I don't have any
>> missing status until now, but I would like come back to create new lv in
>> this
>> volume.
>> My server is centos-6.6 with lastest updates.
>>
>>
>
> What are those  /dev/mapper/plt-XX  devices ?
>
> It seems like the lvm2 command cannot write to this place properly?
>
> Checksum error looks like serious problem.
>
> From attached output - all your PVs were properly markes as not missing,
> however the lvm2 cannot read back proper crc code.
>
> So what are those 0.5GB devices - are they properly writable ?
> (especially in the disk header)
>
> Note - there are special type of block devices like DASD devices
> that must be first properly configured by IBM storage manager to provide
> regular devices.
>
> Regards
>
>
> Zdenek
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>

[-- Attachment #2: Type: text/html, Size: 3242 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [linux-lvm] Volume group inconsistent
  2015-02-11 11:19       ` service hofman
@ 2015-02-11 21:45         ` Marcos Dutra
  0 siblings, 0 replies; 12+ messages in thread
From: Marcos Dutra @ 2015-02-11 21:45 UTC (permalink / raw)
  To: LVM general discussion and development

[-- Attachment #1: Type: text/plain, Size: 1385 bytes --]

Hi Eric,

I ran the dd command and I saw the flags "MISSING" yet, if I run pvs, I
don't see MISSING flag.

# pvs /dev/mapper/plt-25
  PV                 VG       Fmt  Attr PSize   PFree
  /dev/mapper/plt-25 platinum lvm2 a--  500.00g    0

The same disk after dd command (dd if=/dev/mapper/plt-25 of=plt-25.br
bs=512 count=4000)

pv23 {
id = "CEPd6z-Bklc-BNsq-pqcn-SMhu-jdVS-6GIPI6"
device = "/dev/mapper/plt-25"

status = ["ALLOCATABLE"]
flags = ["MISSING"]
dev_size = 1048576000
pe_start = 2048
pe_count = 127999
}

Now I know why I receive the "MISSING" flag after create new volume, how
can I fix it? Do you have any idea?

Before I restored my lvm backup with vgcfgrestore, I can see now it didn't
work properly.

Thank you

Marcos Dutra

2015-02-11 9:19 GMT-02:00 service hofman <service.hofman@googlemail.com>:

> Hi
>
> dd if=/dev/sda of=/boor/sda.mbr bs=512 count=4000
>
> mcedit -e /boot/sda.mbr
> or
> hexedit
>
>
> look lvm list in bootrecord
>
> eric hofman
>
> service.hofman@gmail.com
>
> --
> ComputerAlarmTechnologySystem©
>
> http://plus.google.com/105013137826111836446
> +44 77 04 24 74 00
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>

[-- Attachment #2: Type: text/html, Size: 2618 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [linux-lvm] Volume group inconsistent
  2015-02-11 14:27     ` Zdenek Kabelac
  2015-02-11 18:35       ` Marcos Dutra
@ 2015-02-11 23:49       ` service hofman
  2015-02-12 13:57         ` Marcos Dutra
  1 sibling, 1 reply; 12+ messages in thread
From: service hofman @ 2015-02-11 23:49 UTC (permalink / raw)
  To: LVM general discussion and development

----
		pv64 {
			id = "TFSqaf-Wd6b-9w2r-8ZLp-rVN9-5851-0qNX0z"
			device = "/dev/mapper/plt-85"	# Hint only

			status = ["ALLOCATABLE"]
			flags = []
			dev_size = 1048576000	# 500 Gigabytes
			pe_start = 2048
			pe_count = 127999	# 499.996 Gigabytes
		}
	}

----

pvXX this is One for Team or for [hdd] /dev/sdX
this look like you have 64hdd for 500Gb one.

and first look MBR 0-2Mb

dd if=/dev/sdX of=/boot/sdX.mbr bs=512 count=4000

in side  sdX.mbr is lvm.vg
if is this same [ platinum_after_missing.vg ]

you found all record /etc/lvm/*

rest is easy.

device is inode, but not lv.
[ -b "/dev/mapper/plt-01" ] && echo "True " || echo "False"

-----

	logical_volumes {

		volume-a2d55040-a597-419b-95b6-403f5b287773 {
			id = "GA9jj9-hooD-Au8T-23Bw-LNox-LkWF-G1TUG6"
			status = ["READ", "WRITE", "VISIBLE"]
			flags = []
			creation_host = "brasilia"
			creation_time = 1409946331	# 2014-09-05 16:45:31 -0300
			segment_count = 1



			segment1 {
				start_extent = 0
				extent_count = 1024	# 4 Gigabytes

				type = "striped"
				stripe_count = 1	# linear

				stripes = [

					"pv10", 30730
				]
			}
		}

-----
segment1 == lv like /dev/sdX1

pv10==[hdd X],  offset[sdX1] == [  -->[xxx] ]
but every one is start == 0[+offset]
30730*4096=[offset]


by recovery us dd if=/dev/sdX1 bs=4096 count=(1024*1000) seek=($offset)


this not LVM only IBM LLVM
LINUX use LVM. kernel.org
IBM use AIX kernel



ComputerAlarmTechnologySystem©

http://plus.google.com/105013137826111836446
+44 77 04 24 74 00

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [linux-lvm] Volume group inconsistent
  2015-02-11 23:49       ` service hofman
@ 2015-02-12 13:57         ` Marcos Dutra
  2015-02-13 20:37           ` service hofman
  0 siblings, 1 reply; 12+ messages in thread
From: Marcos Dutra @ 2015-02-12 13:57 UTC (permalink / raw)
  To: LVM general discussion and development

[-- Attachment #1: Type: text/plain, Size: 3773 bytes --]

Thanks again Eric!

You're wright, I have 64 pv each one 500GB hdd. I have problems with my pv
starting by pv0 until pv23, I had seen after dd lvm doesn't recognize the
devices of these pvs, status "unknown device", others devices I don't have
the same problem. I cut this output from dd of hdisk plt-85 = pv64

Device with problem

-----

pv0 {
id = "N7lOu9-Ahjn-lf19-WVFW-xglN-yfL6-KOOw6O"
device = "unknown device"

status = ["ALLOCATABLE"]
flags = ["MISSING"]
dev_size = 1048576000
pe_start = 2048
pe_count = 127999
}

-----

Device without problem

-----

pv24 {
id = "D8aEQf-2CVS-oyVE-t40G-kOd7-eUe5-SkCe8V"
device = "/dev/mapper/mpathr"

status = ["ALLOCATABLE"]
flags = []
dev_size = 1048576000
pe_start = 2048
pe_count = 127999
}

-----


But the output from another hdisk plt-01 = pv0 I have different view.

-----

pv0 {
id = "N7lOu9-Ahjn-lf19-WVFW-xglN-yfL6-KOOw6O"
device = "/dev/mapper/plt-01"

status = ["ALLOCATABLE"]
flags = ["MISSING"]
dev_size = 1048576000
pe_start = 2048
pe_count = 127999
}

-----

I'm getting crazy lol...

Thank you

Marcos Dutra


2015-02-11 21:49 GMT-02:00 service hofman <service.hofman@googlemail.com>:

> ----
>                 pv64 {
>                         id = "TFSqaf-Wd6b-9w2r-8ZLp-rVN9-5851-0qNX0z"
>                         device = "/dev/mapper/plt-85"   # Hint only
>
>                         status = ["ALLOCATABLE"]
>                         flags = []
>                         dev_size = 1048576000   # 500 Gigabytes
>                         pe_start = 2048
>                         pe_count = 127999       # 499.996 Gigabytes
>                 }
>         }
>
> ----
>
> pvXX this is One for Team or for [hdd] /dev/sdX
> this look like you have 64hdd for 500Gb one.
>
> and first look MBR 0-2Mb
>
> dd if=/dev/sdX of=/boot/sdX.mbr bs=512 count=4000
>
> in side  sdX.mbr is lvm.vg
> if is this same [ platinum_after_missing.vg ]
>
> you found all record /etc/lvm/*
>
> rest is easy.
>
> device is inode, but not lv.
> [ -b "/dev/mapper/plt-01" ] && echo "True " || echo "False"
>
> -----
>
>         logical_volumes {
>
>                 volume-a2d55040-a597-419b-95b6-403f5b287773 {
>                         id = "GA9jj9-hooD-Au8T-23Bw-LNox-LkWF-G1TUG6"
>                         status = ["READ", "WRITE", "VISIBLE"]
>                         flags = []
>                         creation_host = "brasilia"
>                         creation_time = 1409946331      # 2014-09-05
> 16:45:31 -0300
>                         segment_count = 1
>
>
>
>                         segment1 {
>                                 start_extent = 0
>                                 extent_count = 1024     # 4 Gigabytes
>
>                                 type = "striped"
>                                 stripe_count = 1        # linear
>
>                                 stripes = [
>
>                                         "pv10", 30730
>                                 ]
>                         }
>                 }
>
> -----
> segment1 == lv like /dev/sdX1
>
> pv10==[hdd X],  offset[sdX1] == [  -->[xxx] ]
> but every one is start == 0[+offset]
> 30730*4096=[offset]
>
>
> by recovery us dd if=/dev/sdX1 bs=4096 count=(1024*1000) seek=($offset)
>
>
> this not LVM only IBM LLVM
> LINUX use LVM. kernel.org
> IBM use AIX kernel
>
>
>
> ComputerAlarmTechnologySystem©
>
> http://plus.google.com/105013137826111836446
> +44 77 04 24 74 00
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>

[-- Attachment #2: Type: text/html, Size: 6126 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [linux-lvm] Volume group inconsistent
  2015-02-12 13:57         ` Marcos Dutra
@ 2015-02-13 20:37           ` service hofman
  2015-02-23 18:00             ` Marcos Dutra
  0 siblings, 1 reply; 12+ messages in thread
From: service hofman @ 2015-02-13 20:37 UTC (permalink / raw)
  To: LVM general discussion and development

Say something about yourself
would you like to do something,
 more for others.
are you able to help you,

the problem is not knowing.

but the time spent.
as to what should be excellent .

what you are doing nothing,
what you can do for others.
LVM is a good start.
but much remains to be done.
look on the transport speed ,
your hdd . what you are doing is pointless.

why ?
a transport speed of the system.
my to 6Gb/s copy file
hdd has 4Gb/s copy file


? check speed system and hdd.
and tell me that I could change

Now, ...
 Before you change anything,
See how it works. Do not test .
You have always help Adding sutfix --help
or use the performance
prefix man

And always cheak
/usr/share/doc/ and read all the book
Install every doc book


Ok.
By test recovery Hdd is Not LVM
try not give to mount for system LVM,
Because you lost again ....

First
Look
Install hdparm
hdparm -h --help.

Ask for speed.

Hdparm -Tt
Hdparm -iI

fdisk /dev/sdX

pvs -o pv_all,gv_all,lv_all,seg_all



-- 
ComputerAlarmTechnologySystem©

http://plus.google.com/105013137826111836446
+44 77 04 24 74 00

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [linux-lvm] Volume group inconsistent
  2015-02-13 20:37           ` service hofman
@ 2015-02-23 18:00             ` Marcos Dutra
  0 siblings, 0 replies; 12+ messages in thread
From: Marcos Dutra @ 2015-02-23 18:00 UTC (permalink / raw)
  To: LVM general discussion and development

[-- Attachment #1: Type: text/plain, Size: 2127 bytes --]

Thank you Eric,

Your help are welcome. I'm not an expert on LVM, but if I know something to
solve the problem, I will help them. I participated on Debian-users list,
squid, qmail and ldap, now I'm migrating my technical knowledge to LVM,
openstack and distributed file system like ceph, it's a new world for me.

I'm studying my case yet, all disks are over SAN IBM storage, so hdparm in
my case will not work at all. Unfortunately I don't have any support on OS
system (Centos), if I find something new I will post here.

Thank you

Marcos Dutra



2015-02-13 18:37 GMT-02:00 service hofman <service.hofman@googlemail.com>:

> Say something about yourself
> would you like to do something,
>  more for others.
> are you able to help you,
>
> the problem is not knowing.
>
> but the time spent.
> as to what should be excellent .
>
> what you are doing nothing,
> what you can do for others.
> LVM is a good start.
> but much remains to be done.
> look on the transport speed ,
> your hdd . what you are doing is pointless.
>
> why ?
> a transport speed of the system.
> my to 6Gb/s copy file
> hdd has 4Gb/s copy file
>
>
> ? check speed system and hdd.
> and tell me that I could change
>
> Now, ...
>  Before you change anything,
> See how it works. Do not test .
> You have always help Adding sutfix --help
> or use the performance
> prefix man
>
> And always cheak
> /usr/share/doc/ and read all the book
> Install every doc book
>
>
> Ok.
> By test recovery Hdd is Not LVM
> try not give to mount for system LVM,
> Because you lost again ....
>
> First
> Look
> Install hdparm
> hdparm -h --help.
>
> Ask for speed.
>
> Hdparm -Tt
> Hdparm -iI
>
> fdisk /dev/sdX
>
> pvs -o pv_all,gv_all,lv_all,seg_all
>
>
>
> --
> ComputerAlarmTechnologySystem©
>
> http://plus.google.com/105013137826111836446
> +44 77 04 24 74 00
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>

[-- Attachment #2: Type: text/html, Size: 3143 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-02-23 18:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-07 15:47 [linux-lvm] Volume group inconsistent Marcos Dutra
2015-02-09  9:34 ` Zdenek Kabelac
2015-02-09 16:37   ` Marcos Dutra
2015-02-11 11:17     ` service hofman
2015-02-11 11:19       ` service hofman
2015-02-11 21:45         ` Marcos Dutra
2015-02-11 14:27     ` Zdenek Kabelac
2015-02-11 18:35       ` Marcos Dutra
2015-02-11 23:49       ` service hofman
2015-02-12 13:57         ` Marcos Dutra
2015-02-13 20:37           ` service hofman
2015-02-23 18:00             ` Marcos Dutra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.