Ubuntu Pastebin

Paste from gz at Wed, 27 Apr 2016 17:28:35 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[
    {
        "size": 21474836480,
        "block_size": 4096,
        "used_size": 21476933632,
        "tags": [
            "rotary"
        ],
        "filesystem": null,
        "type": "physical",
        "resource_uri": "/MAAS/api/2.0/nodes/node-ce3fd804-71e4-11e5-80fe-525400c43ce5/blockdevices/1/",
        "model": "",
        "serial": "",
        "id_path": "/dev/vda",
        "partitions": [
            {
                "size": 21471690752,
                "filesystem": {
                    "uuid": "5948f789-148c-4ea4-a84f-124c5dc712b5",
                    "mount_point": null,
                    "label": null,
                    "mount_options": null,
                    "fstype": "lvm-pv"
                },
                "type": "partition",
                "id": 1,
                "uuid": "e1862784-a266-485a-b0f6-9980c9d8349c",
                "resource_uri": "/MAAS/api/2.0/nodes/node-ce3fd804-71e4-11e5-80fe-525400c43ce5/blockdevices/1/partition/1",
                "path": "/dev/disk/by-dname/vda-part1",
                "used_for": "LVM volume for vgroot",
                "bootable": false
            }
        ],
        "partition_table_type": "MBR",
        "id": 1,
        "available_size": -4194304,
        "name": "vda",
        "path": "/dev/disk/by-dname/vda",
        "used_for": "MBR partitioned with 1 partition",
        "uuid": null
    },
    {
        "size": 10737418240,
        "block_size": 4096,
        "used_size": 0,
        "tags": [
            "rotary"
        ],
        "filesystem": null,
        "type": "physical",
        "resource_uri": "/MAAS/api/2.0/nodes/node-ce3fd804-71e4-11e5-80fe-525400c43ce5/blockdevices/2/",
        "model": "",
        "serial": "",
        "id_path": "/dev/vdb",
        "partitions": [],
        "partition_table_type": null,
        "id": 2,
        "available_size": 10737418240,
        "name": "vdb",
        "path": "/dev/disk/by-dname/vdb",
        "used_for": "Unused",
        "uuid": null
    },
    {
        "size": 21470642176,
        "block_size": 4096,
        "used_size": 21470642176,
        "tags": [],
        "filesystem": {
            "uuid": "ac5c61b8-84bb-4b10-b399-466570bae392",
            "mount_point": "/",
            "label": "root",
            "mount_options": null,
            "fstype": "ext4"
        },
        "type": "virtual",
        "resource_uri": "/MAAS/api/2.0/nodes/node-ce3fd804-71e4-11e5-80fe-525400c43ce5/blockdevices/3/",
        "model": null,
        "serial": null,
        "id_path": null,
        "partitions": [],
        "partition_table_type": null,
        "id": 3,
        "available_size": 0,
        "name": "vgroot-lvroot",
        "path": "/dev/disk/by-dname/lvroot",
        "used_for": "ext4 formatted filesystem mounted at /",
        "uuid": "b61d5b69-e893-4612-be0d-9370dcd7f287"
    }
]
Download as text