FreeBSD Bugzilla – Attachment 189230 Details for
Bug 224185
[cmake] net/ceph and net/ceph-devel: fails to build with boost 1.66
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
net/ceph v12.2.2 net shar-file
net_ceph.shar (text/plain), 115.70 KB, created by
Willem Jan Withagen
on 2017-12-30 22:37:03 UTC
(
hide
)
Description:
net/ceph v12.2.2 net shar-file
Filename:
MIME Type:
Creator:
Willem Jan Withagen
Created:
2017-12-30 22:37:03 UTC
Size:
115.70 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># net/ceph ># net/ceph/pkg-descr ># net/ceph/files ># net/ceph/files/ceph.in ># net/ceph/files/git_version ># net/ceph/files/patch-ceph_kvstore_tool.cc ># net/ceph/files/file-git_version ># net/ceph/pkg-plist ># net/ceph/distinfo ># net/ceph/Makefile ># >echo c - net/ceph >mkdir -p net/ceph > /dev/null 2>&1 >echo x - net/ceph/pkg-descr >sed 's/^X//' >net/ceph/pkg-descr << '25773fbc75ea3d7461b0db60c2ae9975' >XCeph is a distributed object store and file system designed to provide >Xexcellent performance, reliability and scalability. >X >X* Object Storage >X Ceph provides seamless access to objects using native language bindings or >X radosgw, a REST interface for applications written with S3 and Swift. >X* Block Storage >X Ceph's RADOS Block Device (RBD) provides access to block device images >X that are striped and replicated across the entire storage cluster. >X* File System >X Ceph provides a POSIX-compliant network file system aiming for large data >X storage, high performance, and maximum compatibility with legacy applications. >X >XThis FreeBSD build will build most of the tools in Ceph: >X* Mon, OSD, rados, RadosGW, rbd >X* init-ceph, and etc/rc.d/ceph on top of that >X* ceph-disk {prepare, activate} >XWith these tools one can build a multi server, multi osd cluster fully >Xrunning on FreeBSD and do some testing... >X >XWWW: http://ceph.com >25773fbc75ea3d7461b0db60c2ae9975 >echo c - net/ceph/files >mkdir -p net/ceph/files > /dev/null 2>&1 >echo x - net/ceph/files/ceph.in >sed 's/^X//' >net/ceph/files/ceph.in << '7e4767551182870ba29753f26545a679' >X#!/bin/sh >X# >X# $FreeBSD: head/net/ceph-devel/files/ceph.in 440007 2017-05-03 09:25:30Z mmokhi $ >X# >X >X# PROVIDE: ceph >X# REQUIRE: LOGIN >X# BEFORE: securelevel >X# KEYWORD: shutdown >X >X# Add the following lines to /etc/rc.conf to enable `ceph': >X# >X# ceph_enable="YES" >X# >X >X. /etc/rc.subr >X >XPATH=$PATH:%%PREFIX%%/bin:%%PREFIX%%/sbin >X >Xname="ceph" >Xrcvar=${name}_enable >Xextra_commands="condrestart" >X >Xload_rc_config ${name} >X >X# read configuration and set defaults >X: ${ceph_enable="NO"} >X: ${ceph_configfile:=%%PREFIX%%/etc/ceph/ceph.conf} >X >Xstart_cmd="%%PREFIX%%/bin/init-ceph $*" >Xstop_cmd="%%PREFIX%%/bin/init-ceph $*" >Xrestart_cmd="%%PREFIX%%/bin/init-ceph $*" >Xcondrestart_cmd="%%PREFIX%%/bin/init-ceph $*" >X >Xrun_rc_command "$1" "$*" >X >7e4767551182870ba29753f26545a679 >echo x - net/ceph/files/git_version >sed 's/^X//' >net/ceph/files/git_version << '15b584883a73bde10fab1b40e2140a0d' >X55a983724959365602abac09a86f15c96591bf5e >Xv12.1.2-486-g55a9837249 >15b584883a73bde10fab1b40e2140a0d >echo x - net/ceph/files/patch-ceph_kvstore_tool.cc >sed 's/^X//' >net/ceph/files/patch-ceph_kvstore_tool.cc << '10eb1ac2147643677c2277d4b7b5f9d9' >Xdiff --git a/src/tools/ceph_kvstore_tool.cc b/src/tools/ceph_kvstore_tool.cc >Xindex e9f31091c1..9c7f5d4dc8 100644 >X--- ./src/tools/ceph_kvstore_tool.cc >X+++ ./src/tools/ceph_kvstore_tool.cc >X@@ -36,11 +36,13 @@ using namespace std; >X >X class StoreTool >X { >X+#ifdef HAVE_LIBAIO >X boost::scoped_ptr<BlueStore> bluestore; >X >X // TODO: make KeyValueDB enable_shared_from_this >X // bluestore will hold *db* also, use unique_ptr/shared_ptr will >X // double free. >X+#endif >X KeyValueDB* db; >X >X string store_path; >X@@ -74,10 +76,13 @@ class StoreTool >X } >X >X ~StoreTool() { >X+#ifdef HAVE_LIBAIO >X if (bluestore) { >X bluestore->umount(); >X } >X- else { >X+ else >X+#endif >X+ { >X if (db) { >X delete db; >X } >10eb1ac2147643677c2277d4b7b5f9d9 >echo x - net/ceph/files/file-git_version >sed 's/^X//' >net/ceph/files/file-git_version << 'b2a21290dd922885c713c08f2136f784' >Xcf0baeeeeba3b47f9427c6c97e2144b094b7e5ba >Xv12.2.2 >b2a21290dd922885c713c08f2136f784 >echo x - net/ceph/pkg-plist >sed 's/^X//' >net/ceph/pkg-plist << '1653e8c573f8780b5a1896e9c32a3572' >Xbin/ceph >Xbin/ceph-authtool >Xbin/ceph-brag >Xbin/ceph-clsinfo >Xbin/ceph-conf >Xbin/ceph-coverage >Xbin/ceph-crush-location >Xbin/ceph-debugpack >Xbin/ceph-dencoder >Xbin/ceph-detect-init >Xbin/ceph-fuse >Xbin/ceph-kvstore-tool >Xbin/ceph-mds >Xbin/ceph-mgr >Xbin/ceph-mon >Xbin/ceph-monstore-tool >Xbin/ceph-objectstore-tool >Xbin/ceph-osd >Xbin/ceph-osdomap-tool >Xbin/ceph-post-file >Xbin/ceph-rbdnamer >Xbin/ceph-rest-api >Xbin/ceph-run >Xbin/ceph_erasure_code >Xbin/ceph_erasure_code_benchmark >Xbin/ceph_objectstore_bench >Xbin/ceph_omapbench >Xbin/ceph_radosacl >Xbin/ceph_rgw_jsonparser >Xbin/ceph_rgw_multiparser >Xbin/ceph_scratchtool >Xbin/crushtool >Xbin/init-ceph >Xbin/librados-config >Xbin/monmaptool >Xbin/osdmaptool >Xbin/rados >Xbin/radosgw >Xbin/radosgw-admin >Xbin/radosgw-es >Xbin/radosgw-object-expirer >Xbin/radosgw-token >Xbin/rbd >Xbin/rbd-fuse >Xbin/rbd-ggate >Xbin/rbd-mirror >Xbin/rbd-replay >Xbin/rbd-replay-many >Xbin/rbdmap >Xetc/bash_completion.d/ceph >Xetc/bash_completion.d/rados >Xetc/bash_completion.d/radosgw-admin >Xetc/bash_completion.d/rbd >X%%ETCDIR%%/ceph.conf.sample >Xinclude/rados/buffer.h >Xinclude/rados/buffer_fwd.h >Xinclude/rados/crc32c.h >Xinclude/rados/inline_memory.h >Xinclude/rados/librados.h >Xinclude/rados/librados.hpp >Xinclude/rados/librgw.h >Xinclude/rados/memory.h >Xinclude/rados/objclass.h >Xinclude/rados/page.h >Xinclude/rados/rados_types.h >Xinclude/rados/rados_types.hpp >Xinclude/rados/rgw_file.h >Xinclude/radosstriper/libradosstriper.h >Xinclude/radosstriper/libradosstriper.hpp >Xinclude/rbd/features.h >Xinclude/rbd/librbd.h >Xinclude/rbd/librbd.hpp >Xlib/ceph/ceph-monstore-update-crush.sh >Xlib/ceph/compressor/libceph_snappy.so >Xlib/ceph/compressor/libceph_snappy.so.2 >Xlib/ceph/compressor/libceph_snappy.so.2.0.0 >Xlib/ceph/compressor/libceph_zlib.so >Xlib/ceph/compressor/libceph_zlib.so.2 >Xlib/ceph/compressor/libceph_zlib.so.2.0.0 >Xlib/ceph/compressor/libceph_zstd.so >Xlib/ceph/compressor/libceph_zstd.so.2 >Xlib/ceph/compressor/libceph_zstd.so.2.0.0 >Xlib/ceph/crypto/libceph_crypto_isal.so >Xlib/ceph/crypto/libceph_crypto_isal.so.1 >Xlib/ceph/crypto/libceph_crypto_isal.so.1.0.0 >Xlib/ceph/erasure-code/libec_isa.so >Xlib/ceph/erasure-code/libec_jerasure.so >Xlib/ceph/erasure-code/libec_jerasure_generic.so >Xlib/ceph/erasure-code/libec_jerasure_sse3.so >Xlib/ceph/erasure-code/libec_jerasure_sse4.so >Xlib/ceph/erasure-code/libec_lrc.so >Xlib/ceph/erasure-code/libec_shec.so >Xlib/ceph/erasure-code/libec_shec_generic.so >Xlib/ceph/erasure-code/libec_shec_sse3.so >Xlib/ceph/erasure-code/libec_shec_sse4.so >Xlib/ceph/libceph-common.so >Xlib/ceph/libceph-common.so.0 >Xlib/ceph/mgr/balancer/__init__.py >Xlib/ceph/mgr/balancer/module.py >Xlib/ceph/mgr/dashboard/__init__.py >Xlib/ceph/mgr/dashboard/cephfs_clients.py >Xlib/ceph/mgr/dashboard/servers.html >Xlib/ceph/mgr/dashboard/remote_view_cache.py >Xlib/ceph/mgr/dashboard/base.html >Xlib/ceph/mgr/dashboard/rbd_ls.py >Xlib/ceph/mgr/dashboard/clients.html >Xlib/ceph/mgr/dashboard/health.html >Xlib/ceph/mgr/dashboard/osd_perf.html >Xlib/ceph/mgr/dashboard/osds.html >Xlib/ceph/mgr/dashboard/module.py >Xlib/ceph/mgr/dashboard/rbd_iscsi.html >Xlib/ceph/mgr/dashboard/rbd_iscsi.py >Xlib/ceph/mgr/dashboard/rbd_mirroring.html >Xlib/ceph/mgr/dashboard/rbd_mirroring.py >Xlib/ceph/mgr/dashboard/rbd_pool.html >Xlib/ceph/mgr/dashboard/standby.html >Xlib/ceph/mgr/dashboard/static/favicon.ico >Xlib/ceph/mgr/dashboard/static/logo-mini.png >Xlib/ceph/mgr/dashboard/static/underscore-min.js >Xlib/ceph/mgr/dashboard/static/rivets.bundled.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/starter.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/demo.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/app.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/app.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/pages/dashboard2.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/pages/dashboard.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user7-128x128.jpg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user8-128x128.jpg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user2-160x160.jpg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user5-128x128.jpg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar3.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar04.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/photo3.jpg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/photo4.jpg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/boxed-bg.jpg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user3-128x128.jpg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/default-50x50.gif >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/photo1.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user1-128x128.jpg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar2.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar5.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/icons.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/photo2.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/mastercard.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/visa.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/american-express.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/mestro.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/paypal2.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/paypal.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/cirrus.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/boxed-bg.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user6-128x128.jpg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user4-128x128.jpg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-blue-light.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/_all-skins.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-purple.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-red.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-yellow.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-black.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-blue.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-purple.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-black-light.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-green.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-blue.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-black.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-yellow-light.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-red-light.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-blue-light.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-purple-light.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-yellow.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-green.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-red.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-green-light.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-green-light.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-purple-light.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/_all-skins.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-red-light.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-black-light.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-yellow-light.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/AdminLTE.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/AdminLTE.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/Gruntfile.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/changelog.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/layout/fixed.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/layout/boxed.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/layout/collapsed-sidebar.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/layout/top-nav.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/forms/advanced.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/forms/editors.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/forms/general.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/charts/morris.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/charts/inline.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/charts/chartjs.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/charts/flot.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/buttons.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/sliders.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/general.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/icons.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/timeline.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/modals.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/404.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/profile.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/register.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/invoice-print.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/invoice.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/blank.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/login.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/pace.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/500.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/lockscreen.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/mailbox/read-mail.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/mailbox/compose.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/mailbox/mailbox.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/widgets.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/calendar.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/tables/simple.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/tables/data.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.woff2 >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.ttf >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.woff >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.eot >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.svg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/css/bootstrap.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/css/bootstrap.css.map >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/css/bootstrap.min.css.map >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/css/bootstrap.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/js/bootstrap.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/js/bootstrap.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/js/npm.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/LICENSE >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/timepicker/bootstrap-timepicker.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/timepicker/bootstrap-timepicker.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/timepicker/bootstrap-timepicker.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/timepicker/bootstrap-timepicker.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/dataTables.bootstrap.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/swf/copy_csv_xls.swf >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/swf/copy_csv_xls_pdf.swf >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/js/dataTables.tableTools.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/js/dataTables.tableTools.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/select_multi.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/collection.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/select_os.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/defaults.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/plug-in.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/bootstrap.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/multiple_tables.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/pdf_message.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/ajax.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/alter_buttons.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/button_text.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/multi_instance.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/new_init.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/simple.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/select_column.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/select_single.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/jqueryui.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/swf_path.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/pdf.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/print.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/copy.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/xls_hover.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/print_hover.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/collection_hover.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/pdf_hover.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/collection.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/csv.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/xls.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/csv_hover.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/psd/file_types.psd >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/psd/copy document.psd >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/psd/printer.psd >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/psd/collection.psd >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/copy_hover.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/css/dataTables.tableTools.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/css/dataTables.tableTools.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/Readme.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/css/dataTables.fixedColumns.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/css/dataTables.fixedColumns.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/js/dataTables.fixedColumns.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/js/dataTables.fixedColumns.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/size_fixed.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/bootstrap.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/col_filter.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/server-side-processing.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/two_columns.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/size_fluid.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/colvis.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/index_column.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/left_right_columns.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/css_size.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/simple.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/right_column.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/rowspan.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/Readme.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/License.txt >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/images/filler.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/fill-horizontal.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/complete-callback.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/step-callback.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/fill-both.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/scrolling.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/simple.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/columns.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/js/dataTables.autoFill.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/js/dataTables.autoFill.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/css/dataTables.autoFill.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/css/dataTables.autoFill.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/Readme.txt >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/Readme.txt >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/css/dataTables.keyTable.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/css/dataTables.keyTable.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/scrolling.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/events.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/simple.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/html.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/js/dataTables.keyTable.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/js/dataTables.keyTable.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/Readme.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/js/dataTables.colVis.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/js/dataTables.colVis.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/css/dataTables.colVis.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/css/dataTables.colVis.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/css/dataTables.colvis.jqueryui.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/License.txt >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/simple.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/jqueryui.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/new_init.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/two_tables_identical.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/button_order.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/group_columns.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/exclude_columns.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/restore.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/mouseover.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/title_callback.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/text.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/two_tables.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/css/dataTables.fixedHeader.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/css/dataTables.fixedHeader.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/Readme.txt >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/simple.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/top_left_right.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/header_footer.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/zIndexes.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/two_tables.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/css/dataTables.scroller.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/css/dataTables.scroller.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/js/dataTables.scroller.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/js/dataTables.scroller.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/Readme.txt >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/simple.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/data/ssp.php >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/data/2500.txt >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/large_js_source.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/api_scrolling.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/state_saving.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/server-side_processing.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/images/loading-background.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/new.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/ajax.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/className.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/option.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/default.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/scrolling.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/compact.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/foundation.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/bootstrap.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/disable-child-rows.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/column-control.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/right-column.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/custom-renderer.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/whole-row-control.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/fixedHeader.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/complexHeader.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/init-classes.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/classes.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/auto.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/License.txt >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/Readme.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/js/dataTables.responsive.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/js/dataTables.responsive.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/css/dataTables.responsive.scss >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/css/dataTables.responsive.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/scrolling.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/simple.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/fixedheader.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/jqueryui.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/fixedcolumns.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/predefined.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/new_init.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/reset.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/alt_insert.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/col_filter.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/realtime.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/state_save.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/colvis.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/server_side.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/js/dataTables.colReorder.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/js/dataTables.colReorder.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/License.txt >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/Readme.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/images/insert.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/css/dataTables.colReorder.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/css/dataTables.colReorder.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_asc.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_asc_disabled.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_desc.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_desc_disabled.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_both.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables_themeroller.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/dataTables.bootstrap.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/dataTables.bootstrap.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/morris/morris.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/morris/morris.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/morris/morris.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fastclick/fastclick.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fastclick/fastclick.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.numeric.extensions.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.date.extensions.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.regex.extensions.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.phone.extensions.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.extensions.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/phone-codes/readme.txt >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/phone-codes/phone-codes.json >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/phone-codes/phone-be.json >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jvectormap/jquery-jvectormap-1.2.2.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jvectormap/jquery-jvectormap-world-mill-en.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jvectormap/jquery-jvectormap-usa-en.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jQuery/jquery-2.2.3.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/en.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/pt-BR.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ko.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/vi.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/sr-Cyrl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/sr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/he.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/tr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/nb.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/km.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/pl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ru.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/it.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/fr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ar.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/el.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/hr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/mk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/sv.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/fa.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/id.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/hu.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/is.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/gl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/eu.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/pt.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/nl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/lt.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/cs.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/de.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/et.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ms.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/sk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/zh-CN.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/lv.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/zh-TW.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ro.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/fi.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/hi.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/th.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/uk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/es.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/az.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/da.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ca.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ja.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/bg.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.full.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.full.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/pace/pace.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/pace/pace.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/pace/pace.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/pace/pace.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.id.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.rs.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.kk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.rs-latin.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.hu.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.is.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.cy.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sw.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sv.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.fa.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.he.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.tr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.pl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.nb.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.it.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ru.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.fr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ar.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.el.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.hr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.mk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sq.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.zh-TW.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ua.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.zh-CN.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.vi.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.da.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ca.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.nl-BE.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ja.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.bg.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.es.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.kr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.az.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.lv.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.no.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ka.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.fi.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ro.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.th.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.pt-BR.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.gl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.nl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.pt.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.lt.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.cs.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.de.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.et.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ms.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/datepicker3.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/bootstrap-datepicker.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jQueryUI/jquery-ui.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jQueryUI/jquery-ui.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/chartjs/Chart.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/chartjs/Chart.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-slider/bootstrap-slider.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-slider/slider.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/slimScroll/jquery.slimscroll.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/slimScroll/jquery.slimscroll.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/knob/jquery.knob.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/img/sprite-skin-nice.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/img/sprite-skin-flat.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/ion.rangeSlider.skinNice.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/ion.rangeSlider.skinFlat.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/ion.rangeSlider.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/ion.rangeSlider.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/daterangepicker/moment.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/daterangepicker/moment.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/daterangepicker/daterangepicker.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/daterangepicker/daterangepicker.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.crosshair.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.categories.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.errorbars.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.navigate.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.symbol.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.resize.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/excanvas.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.stack.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.crosshair.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.fillbetween.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.canvas.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.time.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.threshold.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.image.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.image.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.symbol.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.stack.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.threshold.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.fillbetween.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.colorhelpers.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.canvas.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.errorbars.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.pie.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.categories.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.selection.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.resize.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.time.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.selection.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.pie.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/excanvas.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.colorhelpers.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.navigate.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.print.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/sparkline/jquery.sparkline.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/sparkline/jquery.sparkline.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/adapters/jquery.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/config.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/image/dialogs/image.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/image/images/noimage.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/icons.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/dialog/dialogDefinition.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/tabletools/dialogs/tableCell.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/about/dialogs/about.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/magicline/images/icon.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/magicline/images/icon-rtl.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/pastefromword/filter/default.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/table/dialogs/table.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/dialogs/options.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/dialogs/toolbar.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/README.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/CHANGELOG.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/LICENSE.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/wsc.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/ciframe.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/wsc_ie.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/tmpFrameset.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/wsc.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/LICENSE.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/README.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/clipboard/dialogs/paste.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/link/images/hidpi/anchor.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/link/images/anchor.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/link/dialogs/link.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/link/dialogs/anchor.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/icons_hidpi.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/sl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/es.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/uk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ja.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ca.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/da.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/bg.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/pt.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/nl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ku.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/eu.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/gl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/sk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/et.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/de.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/lt.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/cs.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/no.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/lv.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/si.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/th.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/fi.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/zh.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/cy.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ug.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/fa.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/sv.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/hu.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/tt.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/id.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/af.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/sq.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/en.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/eo.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/vi.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ko.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ru.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/it.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/nb.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/km.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/pl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/tr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/he.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/hr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/el.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ar.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/fr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/specialchar.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/el.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/km.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/it.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/he.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/af.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/en.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/id.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/th.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/no.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/si.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/et.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/de.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/da.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/es.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/README.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/build-config.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog_ie8.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_ie.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog_ie.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/arrow.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/lock.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/spinner.gif >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/close.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/refresh.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/hidpi/refresh.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/hidpi/lock.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/hidpi/lock-open.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/hidpi/close.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/lock-open.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_ie8.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/icons.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog_ie7.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/readme.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_ie7.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog_iequirks.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/icons_hidpi.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_gecko.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_iequirks.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/ckeditor.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/header-separator.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/header-bg.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/navigation-tip.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/github-top.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/logo.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/css/samples.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/wysiwygarea/fullpage.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/xhtmlstyle.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/sample.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/magicline/magicline.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/inlinebycode.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/toolbar/toolbar.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/inlineall.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/jquery.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/sample_posteddata.php >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/uicolor.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/sample.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/dialog/assets/my_dialog.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/dialog/dialog.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/uilanguages.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/replacebycode.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/outputhtml.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/outputforflash.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/enterkey/enterkey.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/api.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/datafiltering.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/sample.jpg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/uilanguages/languages.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/posteddata.php >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/inlineall/logo.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/divreplace.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/inlinetextarea.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/tabindex.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/ajax.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/replacebyclass.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/appendto.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/readonly.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/js/sample.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/js/sf.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/css/fontello.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/config.json >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.ttf >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.svg >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.eot >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.woff >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/contents.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/styles.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/CHANGES.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/LICENSE.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/en-ca.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/cy.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ug.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fa.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/mn.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sv.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/hu.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/tt.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/id.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/is.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/af.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/bn.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sq.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/en.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/eo.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/vi.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/pt-br.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ko.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ru.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/it.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fr-ca.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/nb.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/km.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sr-latn.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/pl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/tr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/he.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/hr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/mk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/gu.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/el.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ar.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fr.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/bs.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/es.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/uk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/en-au.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ja.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ca.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/da.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fo.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/bg.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/de-ch.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/pt.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/nl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ku.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/eu.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/gl.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/en-gb.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ms.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sk.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/et.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/de.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/lt.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/cs.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/no.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/lv.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/si.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/th.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/hi.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ro.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/zh-cn.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fi.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ka.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/zh.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/futurico/futurico.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/futurico/futurico.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/futurico/futurico@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/icheck.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/polaris/polaris.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/polaris/polaris.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/polaris/polaris@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/orange.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/orange.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/flat.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/orange@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/pink.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/red.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/green.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/red.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/green.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/flat.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/yellow@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/pink.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/grey.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/blue.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/aero.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/red@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/purple@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/pink@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/grey@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/flat@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/aero@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/grey.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/aero.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/blue.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/blue@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/yellow.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/_all.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/purple.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/green@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/yellow.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/purple.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/all.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/icheck.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/yellow@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/orange@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/minimal@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/_all.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/red.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/aero.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/blue.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/grey.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/orange.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/blue.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/aero.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/orange.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/grey.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/red.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/grey@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/pink@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/minimal.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/yellow.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/pink.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/green@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/purple.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/pink.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/yellow.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/purple.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/aero@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/minimal.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/red@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/green.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/blue@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/purple@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/green.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/grey.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/red.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/blue.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/aero.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/purple.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/yellow.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/line@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/_all.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/line.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/line.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/orange.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/green.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/pink.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/grey@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/pink@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/yellow.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/green.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/purple.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/red.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/yellow.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/square@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/aero@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/red.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/purple.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/green.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/_all.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/yellow@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/square.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/red@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/aero.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/blue.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/grey.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/blue@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/blue.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/aero.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/grey.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/green@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/square.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/orange@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/pink.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/pink.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/purple@2x.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/orange.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/orange.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/bootstrap-colorpicker.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/alpha.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/hue-horizontal.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/saturation.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/hue.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/alpha-horizontal.png >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/bootstrap-colorpicker.min.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/bootstrap-colorpicker.min.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/bootstrap-colorpicker.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/README.md >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/labels.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/grid-framework.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/clearfix.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/text-overflow.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/progress-bar.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/gradients.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/hide-text.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/image.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/resize.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/reset-filter.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/background-variant.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/alerts.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/tab-focus.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/responsive-visibility.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/forms.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/buttons.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/grid.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/table-row.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/border-radius.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/nav-divider.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/nav-vertical-align.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/center-block.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/opacity.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/size.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/vendor-prefixes.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/text-emphasis.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/list-group.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/reset-text.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/pagination.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/panels.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/variables.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/small-box.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/invoice.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/products.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/progress-bars.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/buttons.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/core.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/variables.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/labels.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/sidebar-mini.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-yellow-light.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-red.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-purple-light.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-black.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-blue-light.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-blue.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-purple.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-black-light.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-green-light.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-green.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-red-light.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/_all-skins.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-yellow.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/bootstrap-social.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/modal.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/mixins.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/alerts.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/.csslintrc >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/profile.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/header.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/boxes.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/AdminLTE.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/mailbox.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/fullcalendar.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/social-widgets.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/carousel.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/forms.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/miscellaneous.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/table.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/select2.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/navs.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/users-list.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/dropdown.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/login_and_register.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/direct-chat.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/print.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/control-sidebar.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/sidebar.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/lockscreen.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/timeline.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/info-box.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/callout.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/404_500_errors.less >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/.gitignore >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/package.json >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bower.json >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/.jshintrc >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/composer.json >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/index2.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/style.css >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/docs.js >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/index.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/browsers.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/components.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/introduction.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/plugins.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/advice.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/faq.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/upgrade.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/implementations.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/adminlte-options.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/layout.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/dependencies.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/download.html >Xlib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/license.html >Xlib/ceph/mgr/dashboard/static/Ceph_Logo_Standard_RGB_White_120411_fa.png >Xlib/ceph/mgr/dashboard/README.rst >Xlib/ceph/mgr/dashboard/filesystem.html >Xlib/ceph/mgr/dashboard/types.py >Xlib/ceph/mgr/dashboard/HACKING.rst >Xlib/ceph/mgr/influx/__init__.py >Xlib/ceph/mgr/influx/module.py >Xlib/ceph/mgr/localpool/__init__.py >Xlib/ceph/mgr/localpool/module.py >Xlib/ceph/mgr/mgr_module.py >Xlib/ceph/mgr/prometheus/__init__.py >Xlib/ceph/mgr/prometheus/module.py >Xlib/ceph/mgr/restful/api/request.py >Xlib/ceph/mgr/restful/api/pool.py >Xlib/ceph/mgr/restful/api/doc.py >Xlib/ceph/mgr/restful/api/server.py >Xlib/ceph/mgr/restful/api/config.py >Xlib/ceph/mgr/restful/api/mon.py >Xlib/ceph/mgr/restful/api/osd.py >Xlib/ceph/mgr/restful/api/__init__.py >Xlib/ceph/mgr/restful/api/crush.py >Xlib/ceph/mgr/restful/common.py >Xlib/ceph/mgr/restful/module.py >Xlib/ceph/mgr/restful/decorators.py >Xlib/ceph/mgr/restful/hooks.py >Xlib/ceph/mgr/restful/__init__.py >Xlib/ceph/mgr/selftest/__init__.py >Xlib/ceph/mgr/selftest/module.py >Xlib/ceph/mgr/status/__init__.py >Xlib/ceph/mgr/status/module.py >Xlib/ceph/mgr/zabbix/__init__.py >Xlib/ceph/mgr/zabbix/module.py >Xlib/ceph/mgr/zabbix/zabbix_template.xml >Xlib/ceph/mgr/.gitignore >Xlib/librados.so >Xlib/librados.so.2 >Xlib/librados.so.2.0.0 >Xlib/libradosstriper.so >Xlib/libradosstriper.so.1 >Xlib/libradosstriper.so.1.0.0 >Xlib/librbd.so >Xlib/librbd.so.1 >Xlib/librbd.so.1.12.0 >Xlib/librgw.so >Xlib/librgw.so.2 >Xlib/librgw.so.2.0.0 >X%%PYTHON_SITELIBDIR%%/ceph_argparse.py >X%%PYTHON_SITELIBDIR%%/ceph_daemon.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/PKG-INFO >X%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/SOURCES.txt >X%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/dependency_links.txt >X%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/entry_points.txt >X%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/requires.txt >X%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/top_level.txt >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/__init__.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/__init__.pyc >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/alpine/__init__.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/alpine/__init__.pyc >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/arch/__init__.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/arch/__init__.pyc >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/centos/__init__.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/centos/__init__.pyc >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/debian/__init__.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/debian/__init__.pyc >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/docker/__init__.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/docker/__init__.pyc >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/exc.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/exc.pyc >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/fedora/__init__.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/fedora/__init__.pyc >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/freebsd/__init__.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/freebsd/__init__.pyc >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/gentoo/__init__.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/gentoo/__init__.pyc >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/main.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/main.pyc >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/oraclevms/__init__.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/oraclevms/__init__.pyc >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/rhel/__init__.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/rhel/__init__.pyc >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/suse/__init__.py >X%%PYTHON_SITELIBDIR%%/ceph_detect_init/suse/__init__.pyc >X%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO >X%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt >X%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt >X%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/entry_points.txt >X%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/requires.txt >X%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt >X%%PYTHON_SITELIBDIR%%/ceph_disk/__init__.py >X%%PYTHON_SITELIBDIR%%/ceph_disk/__init__.pyc >X%%PYTHON_SITELIBDIR%%/ceph_disk/main.py >X%%PYTHON_SITELIBDIR%%/ceph_disk/main.pyc >X%%PYTHON_SITELIBDIR%%/ceph_rest_api.py >X%%PYTHON_SITELIBDIR%%/ceph_volume_client.py >X%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO >X%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt >X%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt >X%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt >X%%PYTHON_SITELIBDIR%%/rados.so >X%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO >X%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt >X%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt >X%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt >X%%PYTHON_SITELIBDIR%%/rbd.so >X%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO >X%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt >X%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt >X%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt >X%%PYTHON_SITELIBDIR%%/rgw.so >Xlib/rados-classes/libcls_hello.so >Xlib/rados-classes/libcls_hello.so.1 >Xlib/rados-classes/libcls_hello.so.1.0.0 >Xlib/rados-classes/libcls_journal.so >Xlib/rados-classes/libcls_journal.so.1 >Xlib/rados-classes/libcls_journal.so.1.0.0 >Xlib/rados-classes/libcls_lock.so >Xlib/rados-classes/libcls_lock.so.1 >Xlib/rados-classes/libcls_lock.so.1.0.0 >Xlib/rados-classes/libcls_log.so >Xlib/rados-classes/libcls_log.so.1 >Xlib/rados-classes/libcls_log.so.1.0.0 >Xlib/rados-classes/libcls_lua.so >Xlib/rados-classes/libcls_lua.so.1 >Xlib/rados-classes/libcls_lua.so.1.0.0 >Xlib/rados-classes/libcls_numops.so >Xlib/rados-classes/libcls_numops.so.1 >Xlib/rados-classes/libcls_numops.so.1.0.0 >Xlib/rados-classes/libcls_rbd.so >Xlib/rados-classes/libcls_rbd.so.1 >Xlib/rados-classes/libcls_rbd.so.1.0.0 >Xlib/rados-classes/libcls_refcount.so >Xlib/rados-classes/libcls_refcount.so.1 >Xlib/rados-classes/libcls_refcount.so.1.0.0 >Xlib/rados-classes/libcls_replica_log.so >Xlib/rados-classes/libcls_replica_log.so.1 >Xlib/rados-classes/libcls_replica_log.so.1.0.0 >Xlib/rados-classes/libcls_rgw.so >Xlib/rados-classes/libcls_rgw.so.1 >Xlib/rados-classes/libcls_rgw.so.1.0.0 >Xlib/rados-classes/libcls_sdk.so >Xlib/rados-classes/libcls_sdk.so.1 >Xlib/rados-classes/libcls_sdk.so.1.0.0 >Xlib/rados-classes/libcls_statelog.so >Xlib/rados-classes/libcls_statelog.so.1 >Xlib/rados-classes/libcls_statelog.so.1.0.0 >Xlib/rados-classes/libcls_timeindex.so >Xlib/rados-classes/libcls_timeindex.so.1 >Xlib/rados-classes/libcls_timeindex.so.1.0.0 >Xlib/rados-classes/libcls_user.so >Xlib/rados-classes/libcls_user.so.1 >Xlib/rados-classes/libcls_user.so.1.0.0 >Xlib/rados-classes/libcls_version.so >Xlib/rados-classes/libcls_version.so.1 >Xlib/rados-classes/libcls_version.so.1.0.0 >Xlibexec/ceph/ceph-osd-prestart.sh >Xlibexec/ceph/ceph_common.sh >Xman/man8/ceph-authtool.8.gz >Xman/man8/ceph-bluestore-tool.8.gz >Xman/man8/ceph-clsinfo.8.gz >Xman/man8/ceph-conf.8.gz >Xman/man8/ceph-create-keys.8.gz >Xman/man8/ceph-debugpack.8.gz >Xman/man8/ceph-dencoder.8.gz >Xman/man8/ceph-deploy.8.gz >Xman/man8/ceph-detect-init.8.gz >Xman/man8/ceph-disk.8.gz >Xman/man8/ceph-fuse.8.gz >Xman/man8/ceph-mds.8.gz >Xman/man8/ceph-mon.8.gz >Xman/man8/ceph-osd.8.gz >Xman/man8/ceph-post-file.8.gz >Xman/man8/ceph-rbdnamer.8.gz >Xman/man8/ceph-rest-api.8.gz >Xman/man8/ceph-run.8.gz >Xman/man8/ceph-syn.8.gz >Xman/man8/ceph.8.gz >Xman/man8/crushtool.8.gz >Xman/man8/librados-config.8.gz >Xman/man8/monmaptool.8.gz >Xman/man8/mount.ceph.8.gz >Xman/man8/osdmaptool.8.gz >Xman/man8/rados.8.gz >Xman/man8/radosgw-admin.8.gz >Xman/man8/radosgw.8.gz >Xman/man8/rbd-fuse.8.gz >Xman/man8/rbd-ggate.8.gz >Xman/man8/rbd-mirror.8.gz >Xman/man8/rbd-replay-many.8.gz >Xman/man8/rbd-replay-prep.8.gz >Xman/man8/rbd-replay.8.gz >Xman/man8/rbd.8.gz >Xman/man8/rbdmap.8.gz >Xsbin/ceph-create-keys >Xsbin/ceph-disk >Xsbin/mount.fuse.ceph >X%%DATADIR%%/id_rsa_drop.ceph.com >X%%DATADIR%%/id_rsa_drop.ceph.com.pub >X%%DATADIR%%/known_hosts_drop.ceph.com >X@dir /var/lib/ceph/bootstrap-mds >X@dir /var/lib/ceph/bootstrap-osd >X@dir /var/lib/ceph/bootstrap-rgw >X@dir /var/lib/ceph/bootstrap-mgr >X@dir /var/lib/ceph/mds >X@dir /var/lib/ceph/mon >X@dir /var/lib/ceph/osd >X@dir /var/lib/ceph/mgr >X@dir /var/lib/ceph/tmp >X@dir /var/lib/ceph/radosgw >X@dir /var/lib/ceph >X@dir /var/lib >X@dir /var/log/ceph >X@dir /var/run/ceph >1653e8c573f8780b5a1896e9c32a3572 >echo x - net/ceph/distinfo >sed 's/^X//' >net/ceph/distinfo << 'bdbfb23e2c5c1c76146de64863130980' >XTIMESTAMP = 1514583693 >XSHA256 (ceph-ceph-v12.2.2_GH0.tar.gz) = 398e8b2217b4b270083a6bb8c8dab1c312a6c373d6e02b8f24c82f82e704518a >XSIZE (ceph-ceph-v12.2.2_GH0.tar.gz) = 17408729 >XSHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 466f7185015df8d13f8b2b9a17ee30ab419bcd667284ce2b6d32a1128c4640f1 >XSIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3634266 >XSHA256 (ceph-ceph-object-corpus-f0ba19f_GH0.tar.gz) = 90e4052c6dca0e272bdca492216e62fdc0d19719e121451798295799bdf95499 >XSIZE (ceph-ceph-object-corpus-f0ba19f_GH0.tar.gz) = 1837935 >XSHA256 (ceph-civetweb-de23828_GH0.tar.gz) = a9a95dd58e9b4a696fa0c822c1401856c55ef9b67fb28cf15d97f19f1af2ecbd >XSIZE (ceph-civetweb-de23828_GH0.tar.gz) = 6850197 >XSHA256 (01org-isa-l_crypto-603529a_GH0.tar.gz) = 52708b98c832bb7e6db60c949ece261d9609c822ae55239b0f2133cec2b3d155 >XSIZE (01org-isa-l_crypto-603529a_GH0.tar.gz) = 439149 >XSHA256 (ceph-gf-complete-7e61b44_GH0.tar.gz) = 7b0e5c1b41399d2c7d97ed7a7547ebf40023bcd104ed9a8b2b75bdee440c1a4d >XSIZE (ceph-gf-complete-7e61b44_GH0.tar.gz) = 342303 >XSHA256 (ceph-jerasure-96c76b8_GH0.tar.gz) = 06edaeb8cb5c3076e34cb53dd91c91d54d46fb8c3b837c6280ea2ed076556beb >XSIZE (ceph-jerasure-96c76b8_GH0.tar.gz) = 806334 >XSHA256 (ceph-googletest-fdb8504_GH0.tar.gz) = ece3265dae4d0fe5a52e7164432bb416de8bdb45e1c8cf8f361bbe893db30bb8 >XSIZE (ceph-googletest-fdb8504_GH0.tar.gz) = 1281068 >XSHA256 (ceph-isa-l-7e1a337_GH0.tar.gz) = 8099bc6ca3ca6ed9376f6cc5072a84d7a1863e2d7f2344bf08682d4efb7ae788 >XSIZE (ceph-isa-l-7e1a337_GH0.tar.gz) = 458398 >XSHA256 (ceph-lua-1fce39c_GH0.tar.gz) = fb5f778ce4da349ca903512a2fdb3987b12e3f0a52ab088fb011a8e4dd55848c >XSIZE (ceph-lua-1fce39c_GH0.tar.gz) = 366778 >XSHA256 (ceph-rapidjson-f54b0e4_GH0.tar.gz) = 35c330d40ed9def99e8dea8f3b0e4fda7610b813b6f4aac9a70ffefcb9ab1f1e >XSIZE (ceph-rapidjson-f54b0e4_GH0.tar.gz) = 1019457 >XSHA256 (ceph-rocksdb-e15382c_GH0.tar.gz) = e23177dd893b81b4d3d959464ee8e5c4fe64a408841c2584b29540c60ac5cf47 >XSIZE (ceph-rocksdb-e15382c_GH0.tar.gz) = 3278113 >XSHA256 (ceph-xxHash-1f40c65_GH0.tar.gz) = 809e06b7493ed01f13c7ba972393a5a6d23dd92fd6b884381aa907005e569372 >XSIZE (ceph-xxHash-1f40c65_GH0.tar.gz) = 25484 >XSHA256 (facebook-zstd-dc99312_GH0.tar.gz) = e10abc649b2708ad9112e138001a9c88eed05cae35e1139f5b96a51a549cf724 >XSIZE (facebook-zstd-dc99312_GH0.tar.gz) = 769078 >bdbfb23e2c5c1c76146de64863130980 >echo x - net/ceph/Makefile >sed 's/^X//' >net/ceph/Makefile << 'f7519eccb621e4c33f32aad1a0463c2d' >X# Created by: Willem Jan Withagen <wjw@digiware.nl> >X# $FreeBSD: head/net/ceph/Makefile 455210 2017-11-30 15:50:30Z mat $ >X >XPORTNAME= ceph >XDISTVERSION= v12.2.2 >XCATEGORIES= net >X >XMAINTAINER= wjw@digiware.nl >XCOMMENT=Ceph delivers object, block, and file storage in a unified system >X >XLICENSE= GPLv2 LGPL3 >XLICENSE_COMB= dual >X >XBUILD_DEPENDS= \ >X yasm:devel/yasm \ >X pkgconf:devel/pkgconf \ >X cython:lang/cython \ >X sphinx-build:textproc/py-sphinx \ >X gperf:devel/gperf \ >X ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops >XLIB_DEPENDS= \ >X libboost_python.so:devel/boost-python-libs \ >X libboost_thread.so:devel/boost-libs \ >X libleveldb.so:databases/leveldb \ >X libldap.so:net/openldap24-client \ >X libnss3.so:security/nss \ >X libcryptopp.so:security/cryptopp \ >X libsnappy.so:archivers/snappy \ >X libcurl.so:ftp/curl \ >X libxml2.so:textproc/libxml2 \ >X libexpat.so:textproc/expat2 \ >X liblz4.so:archivers/liblz4 \ >X libplds4.so:devel/nspr \ >X libtcmalloc.so:devel/google-perftools >XRUN_DEPENDS= \ >X bash:shells/bash \ >X ${LOCALBASE}/bin/getopt:misc/getopt \ >X xml:textproc/xmlstarlet \ >X jq:textproc/jq \ >X flock:sysutils/flock \ >X virtualenv:devel/py-virtualenv \ >X ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable >X >XUSES= gmake cmake:outsource,noninja python:2.7 fuse gettext-runtime shebangfix >XUSE_GITHUB= yes >XGH_ACCOUNT= ceph:DEFAULT >XGH_TUPLE+= ceph:ceph-erasure-code-corpus:2d7d78b:ceph_erasure_code_corpus/ceph-erasure-code-corpus >XGH_TUPLE+= ceph:ceph-object-corpus:f0ba19f:ceph_object_corpus/ceph-object-corpus >X# GH_TUPLE+= ceph:Beast:d8db5f1:Beast/src/Beast >XGH_TUPLE+= ceph:civetweb:de23828:civetweb/src/civetweb >XGH_TUPLE+= 01org:isa-l_crypto:603529a:isa_l_crypto/src/crypto/isa-l/isa-l_crypto >XGH_TUPLE+= ceph:gf-complete:7e61b44:gf_complete/src/erasure-code/jerasure/gf-complete >XGH_TUPLE+= ceph:jerasure:96c76b8:jerasure/src/erasure-code/jerasure/jerasure >XGH_TUPLE+= ceph:googletest:fdb8504:googletest/src/googletest >XGH_TUPLE+= ceph:isa-l:7e1a337:isa_l/src/isa-l >XGH_TUPLE+= ceph:lua:1fce39c:lua/src/lua >XGH_TUPLE+= ceph:rapidjson:f54b0e4:rapidjson/src/rapidjson >XGH_TUPLE+= ceph:rocksdb:e15382c:rocksdb/src/rocksdb >XGH_TUPLE+= ceph:xxHash:1f40c65:xxHash/src/xxHash >XGH_TUPLE+= facebook:zstd:dc99312:zstd/src/zstd >X >XCMAKE_BUILD_TYPE= Release >XCMAKE_ARGS= \ >X -D CMAKE_C_LINK_FLAGS:STRING=" -v -v -fuse-ld=/usr/bin/ld.lld" \ >X -D CMAKE_CXX_LINK_FLAGS:STRING=" -v -v -fuse-ld=/usr/bin/ld.lld" \ >X -D WITH_SYSTEM_BOOST:BOOL=ON \ >X -D CEPH_MAN_DIR:STRING=man \ >X -D WITH_LTTNG:BOOL=OFF \ >X -D WITH_FUSE:BOOL=ON \ >X -D WITH_KRBD:BOOL=OFF \ >X -D WITH_XFS:BOOL=OFF \ >X -D WITH_KVS:BOOL=OFF \ >X -D WITH_BABELTRACE:BOOL=OFF \ >X -D HAVE_BABELTRACE:BOOL=OFF \ >X -D WITH_LIBCEPHFS:BOOL=OFF \ >X -D WITH_CEPHFS:BOOL=OFF \ >X -D WITH_EMBEDDED:BOOL=OFF \ >X -D WITH_RADOSGW_BEAST_FRONTEND:BOOL=OFF >X >XSHEBANG_FILES=src/rbdmap src/ceph-post-file.in src/rbd-replay-many \ >X src/brag/client/ceph-brag src/ceph-rest-api \ >X src/tools/ceph-monstore-update-crush.sh src/mount.fuse.ceph \ >X src/ceph-create-keys >X >X# even though i386 will build, it is not really advised. >XONLY_FOR_ARCHS= amd64 >XIGNORE_FreeBSD_10= Doesnt build for FreeBSD 10.x >XCONFLICTS_INSTALL= ceph-devel >XUSE_RC_SUBR= ceph >XUSE_LDCONFIG= yes >X >XUSERS= ceph >XGROUPS= ceph >X >Xpre-configure: >X ${LN} -s ${CONFIGURE_WRKSRC} ${WRKSRC}/build >X ${CP} files/file-git_version ${WRKSRC}/src/.git_version >X >Xpost-install: >X ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ceph >X ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mds >X ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-osd >X ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-rgw >X ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mgr >X ${MKDIR} ${STAGEDIR}/var/lib/ceph/mds >X ${MKDIR} ${STAGEDIR}/var/lib/ceph/mon >X ${MKDIR} ${STAGEDIR}/var/lib/ceph/osd >X ${MKDIR} ${STAGEDIR}/var/lib/ceph/mgr >X ${MKDIR} ${STAGEDIR}/var/lib/ceph/tmp >X ${MKDIR} ${STAGEDIR}/var/lib/ceph/radosgw >X ${MKDIR} ${STAGEDIR}/var/log/ceph >X ${MKDIR} ${STAGEDIR}/var/run/ceph >X # Use the Ceph init.d script as the interface to regular >X # starting and stopping deamons. rc.d work is done thru >X # a separate rc.d/ceph script calling init-ceph again. >X ${MV} ${STAGEDIR}${PREFIX}/etc/init.d/ceph ${STAGEDIR}${PREFIX}/bin/init-ceph >X # remove files not packaged >X ${RM} ${STAGEDIR}${DOCSDIR}/sample.fetch_config >X ${RM} ${STAGEDIR}${DOCSDIR}/sample.ceph.conf >X ${RMDIR} ${STAGEDIR}${DOCSDIR} >X ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_bench_log >X ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_multi_stress_watch >X ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_perf* >X ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_psim >X ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_scratchtoolpp >X ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_smalliobench* >X ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_test* >X ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_tpbench >X ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_xattr_bench >X ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-disk-udev >X # ceph-volume does not support ZFS >X ${RM} -rf ${STAGEDIR}${PYTHON_SITELIBDIR}/ceph_volume-* >X ${RM} -rf ${STAGEDIR}${PYTHON_SITELIBDIR}/ceph_volume/ >X ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-volume >X ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-volume-systemd >X ${RM} ${STAGEDIR}${PREFIX}/man/man8/ceph-volume* >X >X ${RMDIR} ${STAGEDIR}${PREFIX}/etc/init.d >X ${INSTALL_DATA} ${WRKSRC}/src/sample.ceph.conf ${STAGEDIR}${PREFIX}/etc/ceph/ceph.conf.sample >X >X.include <bsd.port.mk> >f7519eccb621e4c33f32aad1a0463c2d >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 224185
:
188925
|
189155
| 189230