Author |
Message |
detaos
|
|
|
Post subject: libcrush1 & librados1 safe to let go
Posted: 07.10.2011, 03:53
|
|
Team Member

Joined: 2010-08-26
Posts: 166
Location: floating in the ether
Status: Offline
|
|
Today's d-u wants to remove libcrush1 & librados1. They are safe to let go.
Enjoy. |
_________________ #aptosid-art ftw!
(what would cleary do?)
|
|
|
|
 |
sunu
|
|
Post subject: RE: libcrush1 & librados1 safe to let go
Posted: 08.10.2011, 09:38
|
|

Joined: 2010-09-11
Posts: 11
Status: Offline
|
|
librados1 is being replaced by librados2 so essentially it isn't removed. But I don't see libcrush2 or something.
Also it wants to remove libpulse-browse0 |
|
|
|
|
 |
hefee
|
|
Post subject: RE: libcrush1 & librados1 safe to let go
Posted: 08.10.2011, 10:04
|
|

Joined: 2010-09-14
Posts: 26
Status: Offline
|
|
|
|
 |
sunu
|
|
Post subject: RE: libcrush1 & librados1 safe to let go
Posted: 09.10.2011, 10:35
|
|

Joined: 2010-09-11
Posts: 11
Status: Offline
|
|
|
|
 |
spacepenguin
|
|
Post subject: RE: libcrush1 & librados1 safe to let go
Posted: 09.10.2011, 17:12
|
|

Joined: 2010-09-11
Posts: 98
Location: Germany
Status: Offline
|
|
So I have to install librados2 manually? And gceph and obsync replace libcrush1? What is ceph used for? It is installed on my system but I don't know why. The description "distributed storage and file system" doesn't really help (me)... |
_________________ Susan | Hardware: SysProfile | 32bit
|
|
|
|
 |
piper
|
|
Post subject: RE: libcrush1 & librados1 safe to let go
Posted: 09.10.2011, 19:15
|
|
Moderator

Joined: 2010-09-11
Posts: 481
Location: cheektowaga, ny
Status: Offline
|
|
Might help
http://en.wikipedia.org/wiki/Ceph
Code:
apt-cache depends ceph
ceph
Depends: libc6
Depends: libcrypto++9
Depends: libedit2
Depends: libgcc1
Depends: libgoogle-perftools0
Depends: libstdc++6
|Depends: hdparm
Depends: sdparm
Depends: binutils
Recommends: ceph-client-tools
Recommends: ceph-fuse
Recommends: libceph1
Recommends: librados2
Recommends: librbd1
Recommends: btrfs-tools
Recommends: gceph
|
_________________ debian sid | apt-get into it
|
|
|
|
 |
spacepenguin
|
|
Post subject: RE: libcrush1 & librados1 safe to let go
Posted: 10.10.2011, 04:59
|
|

Joined: 2010-09-11
Posts: 98
Location: Germany
Status: Offline
|
|
Thanks piper. And what is the other way round to find out which packages depend on a certain package? If I e.g. want to know which other packages except ceph need librados2? |
_________________ Susan | Hardware: SysProfile | 32bit
|
|
|
|
 |
finotti
|
|
Post subject: RE: libcrush1 & librados1 safe to let go
Posted: 10.10.2011, 10:09
|
|

Joined: 2010-09-12
Posts: 479
Status: Offline
|
|
I think it is this:
Code:
$ apt-cache rdepends ceph
ceph
Reverse Depends:
gceph
ceph-fuse
ceph-dbg
ceph-client-tools
("man apt-cache" might help.)
HTH,
Luis |
|
|
|
|
 |
spacepenguin
|
|
Post subject: RE: libcrush1 & librados1 safe to let go
Posted: 10.10.2011, 14:49
|
|

Joined: 2010-09-11
Posts: 98
Location: Germany
Status: Offline
|
|
Yes, that's it, tanks finotti. So qemu needs librados too, ok. |
_________________ Susan | Hardware: SysProfile | 32bit
|
|
|
|
 |
|