From: Noah Watkins Date: Fri, 23 Sep 2011 18:48:42 +0000 (-0700) Subject: ceph: use kernel DNS resolver X-Git-Tag: v3.2-rc1~126^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee3b56f265cafb28c9a1b58faed4f1dbdf51af86;p=pandora-kernel.git ceph: use kernel DNS resolver Change ceph_parse_ips to take either names given as IP addresses or standard hostnames (e.g. localhost). The DNS lookup is done using the dns_resolver facility similar to its use in AFS, NFS, and CIFS. This patch defines CONFIG_CEPH_LIB_USE_DNS_RESOLVER that controls if this feature is on or off. Signed-off-by: Noah Watkins Signed-off-by: Sage Weil --- Reading git-diff-tree failed