aboutsummaryrefslogtreecommitdiffstats
path: root/sdv/docker/sdvconfig/mapping/airship/storage-mapping.json
blob: 16f737c1ffc8d1dfd1e7ce6e6fc0c0abc71fa55c (plain)
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
{
    "storage_profile-bootdrive":{
        "manifest_key":"bootdrive"
    },
    "storage_profile.bd_partitions-name":{
        "manifest_key":"name"
    },
    "storage_profile.bd_partitions-size":{
        "manifest_key":"size"
    },
    "storage_profile.bd_partitions-bootable":{
        "manifest_key":"bootable"
    },
    "storage_profile.bd_partitions.filesystem-mountpoint":{
        "manifest_key":"mountpoint"
    },
    "storage_profile.bd_partitions.filesystem-fstype":{
        "manifest_key":"fstype"
    },
    "storage_profile.bd_partitions.filesystem-mount_options":{
        "manifest_key":"mount_options"
    },
    "storage_profile.devices-name":{
        "manifest_key":"name"
    },
    "storage_profile.devices-size":{
        "manifest_key":"size"
    },
    "storage_profile.devices-mountpoint":{
        "manifest_key":"mountpoint"
    },
    "storage_profile.devices-fstype":{
        "manifest_key":"fstype"
    },
    "storage_profile.data_devices-name":{
        "manifest_key":"name"
    },
    "storage_profile.data_devices-size":{
        "manifest_key":"size"
    },
    "storage_profile.data_devices-mountpoint":{
        "manifest_key":"mountpoint"
    },
    "storage_profile.data_devices-fstype":{
        "manifest_key":"fstype"
    },
    "storage_profile.devices-mount_options":{
        "manifest_key":"mount_options"
    },
    "storage_profile.journal_devices-name":{
        "manifest_key":"name"
    }
}