From 0bb766c12986128db9bc78251fed1d8283c44aa9 Mon Sep 17 00:00:00 2001 From: SamYaple Date: Sun, 13 Mar 2016 23:20:24 +0000 Subject: [PATCH] Properly pin ceph Ubuntu is a bit different than centos. We aren't pinning a single ceph verion because we cannot. We can however pin to a particular repo, but we were not due to formating. This fixes that formating and pins to a specific repo. TrivialFix Change-Id: I2f6c4cd2f7d51652dc2729c0ab384165151e94e2 --- docker/base/apt_preferences | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/base/apt_preferences b/docker/base/apt_preferences index d2b5e9860e..78a74db5ba 100644 --- a/docker/base/apt_preferences +++ b/docker/base/apt_preferences @@ -1,7 +1,7 @@ Package: * -Pin: origin "download.ceph.com", v=0.94.5-1trusty +Pin: origin download.ceph.com Pin-Priority: 700 Package: mesos Pin: version 0.27.1 -Pin-Priority: 700 \ No newline at end of file +Pin-Priority: 700