:py:mod:`dissect.volume.lvm.lvm2` ================================= .. py:module:: dissect.volume.lvm.lvm2 Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dissect.volume.lvm.lvm2.LVM2 Attributes ~~~~~~~~~~ .. autoapisummary:: dissect.volume.lvm.lvm2.log .. py:data:: log .. py:class:: LVM2(fh: list[BinaryIO | dissect.volume.lvm.physical.LVM2Device] | BinaryIO | dissect.volume.lvm.physical.LVM2Device) Logical Volume Manager .. py:attribute:: fh .. py:attribute:: devices .. py:attribute:: metadata .. py:attribute:: contents :type: str .. py:attribute:: version :type: int .. py:attribute:: description :type: str | None .. py:attribute:: creation_host :type: str | None .. py:attribute:: creation_time :type: datetime.datetime | None :value: None .. py:attribute:: volume_group .. py:method:: __repr__() -> str .. py:property:: vg :type: dissect.volume.lvm.metadata.VolumeGroup