Hi all,
recently i upgrade my server (no cluster) and after reboot get this message:
booting process is stopped until i press enter, which is annoying
How I can get rid of this message and question?
thanks in advance for your help!
here is some information about the server and stuff:
:~# grep ata2 /var/log/kern.log
:~# grep ata2 /var/log/messages
:~# swapon -s
:~# ls -l /dev/mapper/*
:~# ls -l /dev/pve/*
:~# vgdisplay
:~# lvdisplay
:~# pvscan
:~# pvdisplay
:~# pveversion --verbose
:~# uname -a
recently i upgrade my server (no cluster) and after reboot get this message:
Code:
Loading, please wait...megasas: INIT adapter done
ata2: failed to resume link (SControl 0)
resume: libgcrypt version: 1.4.5
resume: Could not stat the resume file '/dev/mapper/pve-swap'Please type in the full path name to try again
or press ENTER to boot the system:
booting process is stopped until i press enter, which is annoying
How I can get rid of this message and question?
thanks in advance for your help!
here is some information about the server and stuff:
:~# grep ata2 /var/log/kern.log
Code:
Jan 30 11:52:48 kernel: ata2: SATA max UDMA/133 cmd 0xdc18 ctl 0xdc0c bmdma 0xdc28 irq 23
Jan 30 11:52:48 kernel: ata2: failed to resume link (SControl 0)
Jan 30 11:52:48 kernel: ata2: SATA link down (SStatus 4 SControl 0)
:~# grep ata2 /var/log/messages
Code:
Jan 30 11:52:48 kernel: ata2: SATA max UDMA/133 cmd 0xdc18 ctl 0xdc0c bmdma 0xdc28 irq 23
Jan 30 11:52:48 kernel: ata2: SATA link down (SStatus 4 SControl 0)
:~# swapon -s
Code:
Filename Type Size Used Priority
/dev/dm-2 partition 32505848 0 -1
:~# ls -l /dev/mapper/*
Code:
crw------- 1 root root 10, 61 Jan 30 11:52 /dev/mapper/control
lrwxrwxrwx 1 root root 7 Jan 30 11:52 /dev/mapper/data--bkp-vm--101--disk--1 -> ../dm-1
lrwxrwxrwx 1 root root 7 Jan 30 11:52 /dev/mapper/pve-data -> ../dm-3
lrwxrwxrwx 1 root root 7 Jan 29 17:08 /dev/mapper/pve-root -> ../dm-0
lrwxrwxrwx 1 root root 7 Jan 30 12:30 /dev/mapper/pve-swap -> ../dm-2
:~# ls -l /dev/pve/*
Code:
lrwxrwxrwx 1 root root 7 Jan 30 11:52 /dev/pve/data -> ../dm-3
lrwxrwxrwx 1 root root 7 Jan 29 17:08 /dev/pve/root -> ../dm-0
lrwxrwxrwx 1 root root 7 Jan 30 12:30 /dev/pve/swap -> ../dm-2
:~# vgdisplay
Code:
--- Volume group ---
VG Name data-bkp
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 154
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 1
Open LV 1
Max PV 0
Cur PV 1
Act PV 1
VG Size 930.50 GiB
PE Size 4.00 MiB
Total PE 238207
Alloc PE / Size 238080 / 930.00 GiB
Free PE / Size 127 / 508.00 MiB
VG UUID OdP33s-9nsX-3iv0-ZOID-PUDI-6jCW-czUPVw
--- Volume group ---
VG Name pve
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 189
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 3
Open LV 3
Max PV 0
Cur PV 1
Act PV 1
VG Size 464.74 GiB
PE Size 4.00 MiB
Total PE 118974
Alloc PE / Size 117952 / 460.75 GiB
Free PE / Size 1022 / 3.99 GiB
VG UUID hBBu7p-ep2Q-GFKt-5B0h-JtDb-mCnd-kjzpL2
:~# lvdisplay
Code:
--- Logical volume ---
LV Path /dev/data-bkp/vm-101-disk-1
LV Name vm-101-disk-1
VG Name data-bkp
LV UUID Srtf24-mONS-sEED-OwwA-00ND-mLd2-TpQNIW
LV Write Access read/write
LV Creation host, time ,
LV Status available
# open 1
LV Size 930.00 GiB
Current LE 238080
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:1
--- Logical volume ---
LV Path /dev/pve/swap
LV Name swap
VG Name pve
LV UUID NqxIJz-tQWx-KuJf-x3n7-STVX-LYm3-6Wkmf8
LV Write Access read/write
LV Creation host, time ,
LV Status available
# open 1
LV Size 31.00 GiB
Current LE 7936
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:2
--- Logical volume ---
LV Path /dev/pve/root
LV Name root
VG Name pve
LV UUID WIoHX3-fwV3-l47X-cxMi-zO9f-Gihg-3DCoI5
LV Write Access read/write
LV Creation host, time ,
LV Status available
# open 1
LV Size 96.00 GiB
Current LE 24576
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0
--- Logical volume ---
LV Path /dev/pve/data
LV Name data
VG Name pve
LV UUID 70O9hO-vyNs-cFoD-uSjr-ceAs-oix5-o6n50I
LV Write Access read/write
LV Creation host, time ,
LV Status available
# open 1
LV Size 333.75 GiB
Current LE 85440
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:3
:~# pvscan
Code:
PV /dev/sdb1 VG data-bkp lvm2 [930.50 GiB / 508.00 MiB free]
PV /dev/sda2 VG pve lvm2 [464.74 GiB / 3.99 GiB free]
Total: 2 [1.36 TiB] / in use: 2 [1.36 TiB] / in no VG: 0 [0 ]
:~# pvdisplay
Code:
--- Physical volume ---
PV Name /dev/sdb1
VG Name data-bkp
PV Size 930.50 GiB / not usable 3.75 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 238207
Free PE 127
Allocated PE 238080
PV UUID RTHiDR-9qaD-CtRX-ym6k-gmwR-KdP6-DbNasL
--- Physical volume ---
PV Name /dev/sda2
VG Name pve
PV Size 464.75 GiB / not usable 3.94 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 118974
Free PE 1022
Allocated PE 117952
PV UUID m9PToS-R3na-wSCj-3LX0-eC5q-1a4z-v3h9cw
:~# pveversion --verbose
Code:
pve-manager: 2.1-14 (pve-manager/2.1/f32f3f46)
running kernel: 2.6.32-14-pve
proxmox-ve-2.6.32: 2.1-73
pve-kernel-2.6.32-4-pve: 2.6.32-33
pve-kernel-2.6.32-14-pve: 2.6.32-73
pve-kernel-2.6.32-7-pve: 2.6.32-55+ovzfix-2
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.3-1
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.92-3
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.8-1
pve-cluster: 1.0-27
qemu-server: 2.0-48
pve-firmware: 1.0-18
libpve-common-perl: 1.0-30
libpve-access-control: 1.0-24
libpve-storage-perl: 2.0-29
vncterm: 1.0-2
vzctl: 3.0.30-2pve5
vzprocps: 2.0.11-2
vzquota: 3.0.12-3
pve-qemu-kvm: 1.1-7
ksm-control-daemon: 1.1-1
:~# uname -a
Code:
Linux localhost 2.6.32-14-pve #1 SMP Mon Aug 6 06:47:11 CEST 2012 x86_64 GNU/Linux