Is it possible to put mountall 2.39 or later in precise-backports or precise-updates?

Asked by Matthew Roy

Is it possible to put a newer version (2.39 or later) in precise-backports or precise-updates? Currently I'm having to maintained a build of mountall for developer workstations running 12.04 LTS that are using Ceph so they can workaround #809221.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu mountall Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

For 2.41 you can use:

sudo add-apt-repository ppa:maas-maintainers/maas-ephemeral-images
sudo apt-get update
sudo apt-get upgrade

Is that Ok or do you need 2.36?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

For 36 version use

ppa:zfs-native/daily

Revision history for this message
Matthew Roy (matthew-royhousehold) said :
#3

2.41 should work, I'll try that on a test system and make it answered if it works.

Revision history for this message
Matthew Roy (matthew-royhousehold) said :
#4

Thanks actionparsnip, that solved my question.