como obter a data de criação de um instantâneo lvm?

2

Existe alguma maneira de obter a data em que um instantâneo lvm foi criado?

lvs --version LVM version: 2.02.66(2) (2010-05-20)

Nem o lvdisplay nem o lvs fornecem esta informação. Olhando através das páginas de manual nesses dois comandos, não há opções para dar. Aliás, existe uma maneira de obter a data de criação de qualquer volume lógico?

Aqui está o que eu vejo quando executo o lvdisplay:

~# id; lvdisplay vol0/m0000700.20150108 uid=0(root) gid=0(root) groups=0(root) --- Logical volume --- LV Name /dev/vol0/m0000700.20150108 VG Name vol0 LV UUID ShKkjV-tbL4-SjKv-dfA4-7fft-2Pl1-UKThSs LV Write Access read/write LV snapshot status active destination for /dev/vol0/m0000700 LV Status available # open 0 LV Size 109.05 GiB Current LE 27918 COW-table size 110.00 GiB COW-table LE 28160 Allocated to snapshot 26.12% Snapshot chunk size 4.00 KiB Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 252:28

    
por Michael Martinez 18.09.2015 / 20:40

1 resposta

4

is there a way to get the creation date of any logical volume?

comando de execução

sudo lvdisplay 

saída será

 --- Logical volume ---
  LV Path                /dev/vg/vol
  LV Name                vol
  VG Name                vg
  LV UUID                9M1Hxw-X4bN-t7t4-7auG-qOnb-WHh1-WJVcne
  LV Write Access        read/write
  LV Creation host, time name, 2015-08-20 11:42:33 +0530
  LV Status              available
  # open                 1
  LV Size                18.62 GiB
  Current LE             4768
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           252:0

você pode ver LV Creation host, time

    
por 18.09.2015 / 21:14

Tags