-
PVE 2.0 - DRBD package not found
i plan on having two proxmox hosts, mostly using KVM, and would like to do some live migrations. so, i'm setting up a test cluster. so far, i've installed proxmox on the two hosts, ran a full-update, created internal host-to-host network using crossover/static ips, used fdisk to create partitions on sdb (both using a 300GB 15K SAS drive), and created a cluster out of the two nodes.
when i follow the DRBD wiki page it says to install DRBD. here's what i get:
root@proxmox2:~# apt-get install drbd8-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package drbd8-utils
root@proxmox2:~# aptitude search drbd
root@proxmox2:~#
any ideas? how can i get DRBD package? do i need to change the apt repos?
-
Re: PVE 2.0 - DRBD package not found
wahoo! fixed it!
edit the /etc/apt/sources.list
change line one from ftp to http.
from this:
deb http://ftp.us.debian.org/debian squeeze main contrib
to this:
deb http://http.us.debian.org/debian squeeze main contrib
now time to start testing DRBD ... wish me luck! ;-)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks