]> git.proxmox.com Git - ceph.git/blame - ceph/doc/man/8/ceph-immutable-object-cache.rst
import ceph quincy 17.2.6
[ceph.git] / ceph / doc / man / 8 / ceph-immutable-object-cache.rst
CommitLineData
9f95a23c
TL
1:orphan:
2
3======================================================================
4 ceph-immutable-object-cache -- Ceph daemon for immutable object cache
5======================================================================
6
7.. program:: ceph-immutable-object-cache
8
9Synopsis
10========
11
12| **ceph-immutable-object-cache**
13
14
15Description
16===========
17
18:program:`ceph-immutable-object-cache` is a daemon for object cache of RADOS
19objects among Ceph clusters. It will promote the objects to a local directory
20upon promote requests and future reads will be serviced from these cached
21objects.
22
23It connects to local clusters via the RADOS protocol, relying on
24default search paths to find ceph.conf files, monitor addresses and
25authentication information for them, i.e. ``/etc/ceph/$cluster.conf``,
26``/etc/ceph/$cluster.keyring``, and
27``/etc/ceph/$cluster.$name.keyring``, where ``$cluster`` is the
28human-friendly name of the cluster, and ``$name`` is the rados user to
29connect as, e.g. ``client.ceph-immutable-object-cache``.
30
31
32Options
33=======
34
35.. option:: -c ceph.conf, --conf=ceph.conf
36
37 Use ``ceph.conf`` configuration file instead of the default
38 ``/etc/ceph/ceph.conf`` to determine monitor addresses during startup.
39
40.. option:: -m monaddress[:port]
41
42 Connect to specified monitor (instead of looking through ``ceph.conf``).
43
44.. option:: -i ID, --id ID
45
46 Set the ID portion of name for ceph-immutable-object-cache
47
48.. option:: -n TYPE.ID, --name TYPE.ID
49
50 Set the rados user name for the gateway (eg. client.ceph-immutable-object-cache)
51
52.. option:: --cluster NAME
53
54 Set the cluster name (default: ceph)
55
56.. option:: -d
57
58 Run in foreground, log to stderr
59
60.. option:: -f
61
62 Run in foreground, log to usual location
63
64
65Availability
66============
67
68:program:`ceph-immutable-object-cache` is part of Ceph, a massively scalable, open-source, distributed
20effc67 69storage system. Please refer to the Ceph documentation at https://docs.ceph.com for
9f95a23c
TL
70more information.
71
72
73See also
74========
75
76:doc:`rbd <rbd>`\(8)