{
    "content": [
        {
            "type": "text",
            "text": "# thin_ls (man)\n\n## NAME\n\nthinls - List thin volumes within a pool.\n\n## SYNOPSIS\n\nthinls [options] {device|file}\n\n## DESCRIPTION\n\nthinls  displays  infomation  about  thin volumes in a pool. Pass the metadata device on the\ncommand line, not the pool device.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (5 subsections)\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "thin_ls",
        "section": "",
        "mode": "man",
        "summary": "thinls - List thin volumes within a pool.",
        "synopsis": "thinls [options] {device|file}",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "Print help and exit."
            },
            {
                "flag": "-V",
                "long": "--version",
                "arg": null,
                "description": "Print version information and exit."
            },
            {
                "flag": "-o",
                "long": "--format",
                "arg": null,
                "description": "Give a comma separated list of fields to be output. Valid fields are: DEV, MAPPEDBLOCKS, EXCLUSIVEBLOCKS, SHAREDBLOCKS, MAPPEDSECTORS, EXCLUSIVESECTORS, SHAREDSECTORS, MAPPEDBYTES, EXCLUSIVEBYTES, SHAREDBYTES, MAPPED, EXCLUSIVE, SHARED, TRANSACTION, CREATETIME, SNAPTIME"
            },
            {
                "flag": "",
                "long": "--no-headers",
                "arg": null,
                "description": "Don't output headers."
            },
            {
                "flag": "-m",
                "long": "--metadata-snap",
                "arg": null,
                "description": "Use metadata snapshot. If you want to get information out of a live pool then you will need to take a metadata snapshot and use this switch."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "thindump",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/thindump/8/json"
            },
            {
                "name": "thinrepair",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/thinrepair/8/json"
            },
            {
                "name": "thinrestore",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/thinrestore/8/json"
            },
            {
                "name": "thinrmap",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/thinrmap/8/json"
            },
            {
                "name": "thintrim",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/thintrim/8/json"
            },
            {
                "name": "datasize",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/datasize/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-h, --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V, --version",
                        "lines": 2,
                        "flag": "-V",
                        "long": "--version"
                    },
                    {
                        "name": "-o, --format",
                        "lines": 9,
                        "flag": "-o",
                        "long": "--format"
                    },
                    {
                        "name": "--no-headers",
                        "lines": 2,
                        "long": "--no-headers"
                    },
                    {
                        "name": "-m, --metadata-snap",
                        "lines": 6,
                        "flag": "-m",
                        "long": "--metadata-snap"
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "thinls - List thin volumes within a pool.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "thinls [options] {device|file}\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "thinls  displays  infomation  about  thin volumes in a pool. Pass the metadata device on the\ncommand line, not the pool device.\n\nThis tool cannot be run on live metadata unless the --metadata-snap option is used.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-h, --help",
                        "content": "Print help and exit.\n",
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V, --version",
                        "content": "Print version information and exit.\n",
                        "flag": "-V",
                        "long": "--version"
                    },
                    {
                        "name": "-o, --format",
                        "content": "Give a comma separated list of fields to be output.\n\nValid fields are:\nDEV, MAPPEDBLOCKS, EXCLUSIVEBLOCKS, SHAREDBLOCKS, MAPPEDSECTORS,\nEXCLUSIVESECTORS, SHAREDSECTORS, MAPPEDBYTES, EXCLUSIVEBYTES,\nSHAREDBYTES, MAPPED, EXCLUSIVE, SHARED, TRANSACTION, CREATETIME,\nSNAPTIME\n\n",
                        "flag": "-o",
                        "long": "--format"
                    },
                    {
                        "name": "--no-headers",
                        "content": "Don't output headers.\n",
                        "long": "--no-headers"
                    },
                    {
                        "name": "-m, --metadata-snap",
                        "content": "Use metadata snapshot.\n\nIf you want to get information out of a live pool then you will need to\ntake a metadata snapshot and use this switch.\n\n",
                        "flag": "-m",
                        "long": "--metadata-snap"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "thindump(8),  thinrepair(8),  thinrestore(8),   thinrmap(8),   thintrim(8),   thinmeta‐‐\ndatasize(8)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Joe Thornber <ejt@redhat.com>\n\n\n\nSystem Manager's Manual                  Device Mapper Tools                              thinls(8)",
                "subsections": []
            }
        }
    }
}