This file is indexed.

/var/target/policy/backstore_pscsi.lio is in python-rtslib 1:3.0~pre4.1~g1b33ceb-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
storage pscsi disk %str {
    path %str 
    attribute {
        emulate_3pc %bool(yes)
        emulate_caw %bool(yes)
        emulate_dpo %bool(no)
        emulate_fua_read %bool(no)
        emulate_model_alias %bool(no)
        emulate_rest_reord %bool(no)
        emulate_tas %bool(yes)
        emulate_tpu %bool(no)
        emulate_tpws %bool(no)
        emulate_ua_intlck_ctrl %bool(no)
        emulate_write_cache %bool(no)
        enforce_pr_isids %bool(yes)
        fabric_max_sectors %int(8192)
        is_nonrot %bool(yes)
        max_unmap_block_desc_count %int(0)
        max_unmap_lba_count %int(0)
        max_write_same_len %int(65535)
        queue_depth %int(128)
        unmap_granularity %int(0)
        unmap_granularity_alignment %int(0)
    }
}