hi,
did you install the system with the baremetal iso or with debian wheezy?
i run into this problem after installing debian wheezy..
maybe for some other reason you dont have the right scheduler set...
check cat /sys/block/YOURDISKS/queue/scheduler where YOURDIKS = sda etc...
it should say cfq. any other scheduler would cause the problems you have....
to the sysadming here. can i change the wiki?
the description how to install proxmox via debian wheezy is perfect. i just miss this VERY IMPORTANT step at the end:
otherwise you will run for sure in the same problem as above...
this would actually also happen with LVM snapshots.....
regards
philipp
did you install the system with the baremetal iso or with debian wheezy?
i run into this problem after installing debian wheezy..
maybe for some other reason you dont have the right scheduler set...
check cat /sys/block/YOURDISKS/queue/scheduler where YOURDIKS = sda etc...
it should say cfq. any other scheduler would cause the problems you have....
to the sysadming here. can i change the wiki?
the description how to install proxmox via debian wheezy is perfect. i just miss this VERY IMPORTANT step at the end:
- echo cfq > /sys/block/DISKS/queue/scheduler to all of your disks
- find GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub
- and add "... elevator=cfq"
- run update-grub
otherwise you will run for sure in the same problem as above...
this would actually also happen with LVM snapshots.....
regards
philipp