Removing glusterfs catalog (#235)
This commit is contained in:
parent
1e281a0c72
commit
5ee74d63ff
@ -1,42 +0,0 @@
|
||||
## GlusterFS (Experimental)
|
||||
|
||||
### Info:
|
||||
|
||||
This creates a 3 node GlusterFS cluster with a single replicated volume. The volume can be used within the Rancher Managed network, or exposed through the host to clients outside of Rancher. You can add additional nodes to the Gluster cluster, but they will not be added to the original volume pool.
|
||||
|
||||
Once created, this stack takes a hands off approach to managing Glusterfs. The only exception is that new instances will be added to the Gluster pool, but not added to the volume. Users are expected to manage GlusterFS.
|
||||
|
||||
### Pre-reqs
|
||||
|
||||
##### Rancher Managed Network: None
|
||||
|
||||
##### Host Networking:
|
||||
|
||||
* 3x Nodes - The Gluster Daemon will be listening on the host IP, and it will have port conflict if more then one instance is running on the same host.
|
||||
|
||||
* Every host needs the following ports open to each other and clients:
|
||||
* 24007
|
||||
* 24007/udp
|
||||
* 24008
|
||||
* 24008/udp
|
||||
* 49152
|
||||
* ICMP
|
||||
|
||||
* DNS needs to resolve for the GlusterFS server nodes between each server node and the clients.
|
||||
|
||||
### Usage
|
||||
|
||||
Select the GlusterFS app from the Rancher Catalog. By default, the volume name will be my_vol, but you can update the volume name before creation.
|
||||
|
||||
You will also need to select the network mode. The choices are 'container:glusterfs-server' and 'host'. To run GlusterFS for use with Convoy or just over the Rancher managed network, select the 'container:glusterfs-server' option. If you want to run GlusterFS for clients outside of Rancher, and are running on a secure network, select the host networking mode.
|
||||
|
||||
### Mounting
|
||||
|
||||
If mounting inside of another container on the network, the client container will need be launched on a host with the fuse kernel module and have `--device=/dev/fuse:/dev/fuse` and at least `--cap_add=SYS_ADMIN`. (On Ubuntu hosts there is an issue with AppArmor that requires `--privileged`)
|
||||
|
||||
On the Rancher Managed Network, you are able to mount via the containers IP addresses.
|
||||
|
||||
On the host network mode, mount the volume via the hostnames.
|
||||
|
||||
|
||||
|
@ -1,46 +0,0 @@
|
||||
glusterfs-server:
|
||||
image: rancher/glusterfs:v0.2.1
|
||||
volumes_from:
|
||||
- glusterfs-data
|
||||
labels:
|
||||
io.rancher.container.hostname_override: container_name
|
||||
io.rancher.sidekicks: glusterfs-daemon,glusterfs-data,glusterfs-volume-create
|
||||
command: giddyup leader elect --proxy-tcp-port=2160 /opt/rancher/peerprobe.sh ${network_mode}
|
||||
glusterfs-daemon:
|
||||
image: rancher/glusterfs:v0.2.1
|
||||
net: ${network_mode}
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
volumes_from:
|
||||
- glusterfs-data
|
||||
labels:
|
||||
io.rancher.container.dns: 'true'
|
||||
io.rancher.container.hostname_override: container_name
|
||||
io.rancher.scheduler.affinity:container_label_soft_ne: io.rancher.stack_service.name=$${stack_name}/glusterfs-server
|
||||
command: glusterd -p /var/run/gluster.pid --no-daemon --log-file=-
|
||||
glusterfs-volume-create:
|
||||
image: rancher/glusterfs:v0.2.1
|
||||
command: /opt/rancher/replicated_volume_create.sh ${network_mode}
|
||||
net: 'container:glusterfs-server'
|
||||
volumes_from:
|
||||
- glusterfs-data
|
||||
labels:
|
||||
io.rancher.container.hostname_override: container_name
|
||||
io.rancher.container.start_once: true
|
||||
|
||||
#
|
||||
# WARNING -- DO NOT CHANGE ANYTHING BELOW
|
||||
# DATA LOSS!!!! CAN OCCURR DURING UPGRADE
|
||||
#
|
||||
glusterfs-data:
|
||||
image: busybox
|
||||
command: /bin/true
|
||||
net: none
|
||||
volumes:
|
||||
- /var/run
|
||||
- /var/lib/glusterd
|
||||
- /data/glusterfs/brick1
|
||||
labels:
|
||||
io.rancher.container.hostname_override: container_name
|
||||
io.rancher.container.start_once: true
|
||||
|
@ -1,29 +0,0 @@
|
||||
.catalog:
|
||||
name: "GlusterFS"
|
||||
version: "3.7.9-rancher1"
|
||||
description: "Gluster FS (3x) replicated volume"
|
||||
questions:
|
||||
- variable: "VOLUME_NAME"
|
||||
description: "Name to give the Gluster volume"
|
||||
label: "Volume Name"
|
||||
required: true
|
||||
default: "my_vol"
|
||||
type: "string"
|
||||
- variable: "network_mode"
|
||||
description: |
|
||||
To use Gluster on the rancher network, use the default setting.
|
||||
If you want to expose Gluster to non-Rancher clients, use host.
|
||||
Take note, that Gluster will be accessible to anything accessible to
|
||||
the host. Do not use this configuration in an untrusted setting.
|
||||
label: "Gluster Networking Mode"
|
||||
required: true
|
||||
type: "enum"
|
||||
default: "container:glusterfs-server"
|
||||
options:
|
||||
- "container:glusterfs-server"
|
||||
- "host"
|
||||
glusterfs-server:
|
||||
scale: 3
|
||||
retain_ip: true
|
||||
metadata:
|
||||
volume_name: "${VOLUME_NAME}"
|
@ -1,899 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="256"
|
||||
height="256"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="_favicon_template_hires.svg"
|
||||
inkscape:export-filename="/home/tigert/git/gluster-site/images/antmascot.png"
|
||||
inkscape:export-xdpi="11.815909"
|
||||
inkscape:export-ydpi="11.815909">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient6132">
|
||||
<stop
|
||||
style="stop-color:#dadada;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop6134" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0"
|
||||
offset="1"
|
||||
id="stop6136" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient2733">
|
||||
<stop
|
||||
style="stop-color:#2d2d2d;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop2735" />
|
||||
<stop
|
||||
style="stop-color:#2d2d2d;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop2737" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient2663">
|
||||
<stop
|
||||
style="stop-color:#1e1500;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop2665" />
|
||||
<stop
|
||||
style="stop-color:#663e00;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop2667" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient2182">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0"
|
||||
offset="0"
|
||||
id="stop2184" />
|
||||
<stop
|
||||
id="stop2190"
|
||||
offset="0.69042903"
|
||||
style="stop-color:#ffffff;stop-opacity:0.404" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop2186" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient1997"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop1999"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop2001"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient1942">
|
||||
<stop
|
||||
style="stop-color:#191919;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop1944" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0.83502537"
|
||||
offset="1"
|
||||
id="stop1946" />
|
||||
</linearGradient>
|
||||
<inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect1572"
|
||||
is_visible="true" />
|
||||
<linearGradient
|
||||
id="linearGradient1528"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop1530"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:1" />
|
||||
<stop
|
||||
style="stop-color:#ededed;stop-opacity:1"
|
||||
offset="0.45091194"
|
||||
id="stop6331" />
|
||||
<stop
|
||||
id="stop1532"
|
||||
offset="1"
|
||||
style="stop-color:#838383;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient1496">
|
||||
<stop
|
||||
style="stop-color:#ffc022;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop1498" />
|
||||
<stop
|
||||
style="stop-color:#804d00;stop-opacity:0"
|
||||
offset="1"
|
||||
id="stop1500" />
|
||||
</linearGradient>
|
||||
<inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect1492"
|
||||
is_visible="true" />
|
||||
<linearGradient
|
||||
id="linearGradient1482"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop1484"
|
||||
offset="0"
|
||||
style="stop-color:#ffc022;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop1486"
|
||||
offset="1"
|
||||
style="stop-color:#804d00;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient1472">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop1474" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0"
|
||||
offset="1"
|
||||
id="stop1476" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient1431">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop1433" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0"
|
||||
offset="1"
|
||||
id="stop1435" />
|
||||
</linearGradient>
|
||||
<inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect1311"
|
||||
effect="spiro" />
|
||||
<linearGradient
|
||||
id="linearGradient1238"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop1240"
|
||||
offset="0"
|
||||
style="stop-color:#9d6e00;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop1242"
|
||||
offset="1"
|
||||
style="stop-color:#623b00;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect1228"
|
||||
is_visible="true" />
|
||||
<linearGradient
|
||||
id="linearGradient1216"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop1218"
|
||||
offset="0"
|
||||
style="stop-color:#b7ed26;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop1220"
|
||||
offset="1"
|
||||
style="stop-color:#47610f;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient1208">
|
||||
<stop
|
||||
style="stop-color:#b7ed26;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop1210" />
|
||||
<stop
|
||||
style="stop-color:#5b7c13;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop1212" />
|
||||
</linearGradient>
|
||||
<inkscape:path-effect
|
||||
fuse_tolerance="0"
|
||||
vertical_pattern="true"
|
||||
prop_units="false"
|
||||
tang_offset="0"
|
||||
normal_offset="0"
|
||||
spacing="0"
|
||||
scale_y_rel="false"
|
||||
prop_scale="0.2"
|
||||
copytype="single_stretched"
|
||||
pattern="m 1976.8455,2366.4127 c 2.3861,-39.3099 -44.0034,-290.2004 -51.3608,-335.5776 -108.1939,-27.0786 -278.0135,-44.1659 -359.4002,-14.25 40.0849,83.8363 175.3435,322.0136 157.7899,366.3343 -100.9737,254.946 -144.935,760.1093 80.8939,695.8868 280.8258,-79.8628 159.132,-499.143 172.0772,-712.3935 z"
|
||||
is_visible="true"
|
||||
id="path-effect921"
|
||||
effect="skeletal" />
|
||||
<inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect919"
|
||||
effect="spiro" />
|
||||
<inkscape:path-effect
|
||||
fuse_tolerance="0"
|
||||
vertical_pattern="true"
|
||||
prop_units="false"
|
||||
tang_offset="0"
|
||||
normal_offset="0"
|
||||
spacing="0"
|
||||
scale_y_rel="false"
|
||||
prop_scale="0.2"
|
||||
copytype="single_stretched"
|
||||
pattern="m 1976.8455,2366.4127 c 2.3861,-39.3099 -44.0034,-290.2004 -51.3608,-335.5776 -108.1939,-27.0786 -278.0135,-44.1659 -359.4002,-14.25 40.0849,83.8363 175.3435,322.0136 157.7899,366.3343 -100.9737,254.946 -144.935,760.1093 80.8939,695.8868 280.8258,-79.8628 159.132,-499.143 172.0772,-712.3935 z"
|
||||
is_visible="true"
|
||||
id="path-effect915"
|
||||
effect="skeletal" />
|
||||
<inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect913"
|
||||
effect="spiro" />
|
||||
<inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect909"
|
||||
effect="spiro" />
|
||||
<inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect899"
|
||||
effect="spiro" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1208"
|
||||
id="linearGradient1161"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="-1001.1321"
|
||||
y1="764.67328"
|
||||
x2="-733.83484"
|
||||
y2="1134.4069"
|
||||
gradientTransform="matrix(1.4486146,0.0720936,-0.18690695,1.5984528,4807.941,1864.5239)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1216"
|
||||
id="linearGradient1214"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.4486146,0.0720936,-0.18690695,1.5984528,4817.4365,1875.6021)"
|
||||
x1="-1001.1321"
|
||||
y1="764.67328"
|
||||
x2="-734.21588"
|
||||
y2="1131.4539" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1238"
|
||||
id="radialGradient1230"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.3768985,0.7802278,-1.3153127,2.3211837,2123.3197,-6242.9969)"
|
||||
cx="3439.9482"
|
||||
cy="2624.5903"
|
||||
fx="3439.9482"
|
||||
fy="2624.5903"
|
||||
r="279.76614" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1528"
|
||||
id="radialGradient1052-0"
|
||||
cx="3333.7908"
|
||||
cy="2872.3789"
|
||||
fx="3333.7908"
|
||||
fy="2872.3789"
|
||||
r="98.551132"
|
||||
gradientTransform="matrix(2.0662507,-2.9047545,2.6541268,1.8879704,-10973.141,6804.6475)"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1431"
|
||||
id="linearGradient1437"
|
||||
x1="3576.5461"
|
||||
y1="2574.0559"
|
||||
x2="3669.8843"
|
||||
y2="2667.394"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.5825947,0,0,1.5825947,-2049.0823,-1628.8078)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1472"
|
||||
id="linearGradient1437-7"
|
||||
x1="3809.2007"
|
||||
y1="394.59213"
|
||||
x2="3870.012"
|
||||
y2="444.0896"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.5825947,0,0,1.5825947,-2777.6188,1777.8757)" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1482"
|
||||
id="radialGradient1488"
|
||||
cx="3458.5166"
|
||||
cy="2624.4656"
|
||||
fx="3458.5166"
|
||||
fy="2624.4656"
|
||||
r="279.76614"
|
||||
gradientTransform="matrix(1.9490299,-0.26815394,0.24549665,1.7843494,-3960.7021,-1241.6452)"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1496"
|
||||
id="radialGradient1494"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.4077271,-0.19506467,0.23863612,1.7221698,-2009.8238,-1369.6193)"
|
||||
cx="3293.6282"
|
||||
cy="2868.5464"
|
||||
fx="3293.6282"
|
||||
fy="2868.5464"
|
||||
r="279.76614" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter1858"
|
||||
x="-0.041576009"
|
||||
width="1.0831521"
|
||||
y="-0.035674784"
|
||||
height="1.0713496">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="4.3890607"
|
||||
id="feGaussianBlur1860" />
|
||||
</filter>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1528-5"
|
||||
id="radialGradient1052-0-5"
|
||||
cx="3286.2654"
|
||||
cy="2746.3762"
|
||||
fx="3286.2654"
|
||||
fy="2746.3762"
|
||||
r="98.551132"
|
||||
gradientTransform="matrix(2.0628481,-3.3743742,2.378043,1.4537631,-10154.091,9564.3143)"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
id="linearGradient1528-5"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop1530-5"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop1532-4"
|
||||
offset="1"
|
||||
style="stop-color:#838383;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1942"
|
||||
id="linearGradient1948"
|
||||
x1="3508.7788"
|
||||
y1="2664.0955"
|
||||
x2="3511.7522"
|
||||
y2="2716.3621"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1942-1"
|
||||
id="linearGradient1948-4"
|
||||
x1="3508.7788"
|
||||
y1="2664.0955"
|
||||
x2="3511.7522"
|
||||
y2="2716.3621"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.1195465,0,0,2.5151951,-4248.5309,-4244.4137)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient1942-1">
|
||||
<stop
|
||||
style="stop-color:#191919;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop1944-8" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0.83502537"
|
||||
offset="1"
|
||||
id="stop1946-8" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1997"
|
||||
id="linearGradient1994"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="3509.77"
|
||||
y1="2656.2139"
|
||||
x2="3510.761"
|
||||
y2="2690.6436"
|
||||
gradientTransform="matrix(3.19345,0,0,3.8151837,-7626.4852,-7665.7806)" />
|
||||
<linearGradient
|
||||
id="linearGradient1997-3"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop1999-7"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop2001-9"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
y2="2669.0732"
|
||||
x2="3374.9734"
|
||||
y1="2656.2139"
|
||||
x1="3373.9824"
|
||||
gradientTransform="matrix(5.9877187,0,0,7.7170761,-17033.848,-18057.69)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient2056"
|
||||
xlink:href="#linearGradient1997-3"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2182"
|
||||
id="linearGradient2188"
|
||||
x1="3398.355"
|
||||
y1="3009.6338"
|
||||
x2="3387.0415"
|
||||
y2="2587.491"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.5825947,0,0,1.5825947,-2049.0823,-1628.8078)" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter2244"
|
||||
x="-0.23635459"
|
||||
width="1.4727092"
|
||||
y="-0.060232248"
|
||||
height="1.1204644">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="11.889886"
|
||||
id="feGaussianBlur2246" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2182"
|
||||
id="linearGradient2258"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="3398.355"
|
||||
y1="3009.6338"
|
||||
x2="3387.0415"
|
||||
y2="2587.491"
|
||||
gradientTransform="translate(8,2)" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter2416"
|
||||
x="-0.034461349"
|
||||
width="1.0689228"
|
||||
y="-0.028769232"
|
||||
height="1.0575385">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="2.8686053"
|
||||
id="feGaussianBlur2418" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter2532"
|
||||
x="-0.054280117"
|
||||
width="1.1085602"
|
||||
y="-0.05139846"
|
||||
height="1.1027969">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="12.654783"
|
||||
id="feGaussianBlur2534" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter2599"
|
||||
x="-0.12683235"
|
||||
width="1.2536647"
|
||||
y="-0.37536135"
|
||||
height="1.7507226">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="22.85573"
|
||||
id="feGaussianBlur2601" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2663"
|
||||
id="linearGradient2661"
|
||||
x1="3758.8706"
|
||||
y1="2834.54"
|
||||
x2="3776.3943"
|
||||
y2="2908.1401"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.5825947,0,0,1.5825947,-2049.0823,-1628.8078)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2733"
|
||||
id="linearGradient2739"
|
||||
x1="1045.579"
|
||||
y1="540.92078"
|
||||
x2="1140.0757"
|
||||
y2="520.42401"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2733"
|
||||
id="linearGradient2787"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1122.3878"
|
||||
y1="543.66766"
|
||||
x2="929.0744"
|
||||
y2="485.70572" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter6062"
|
||||
x="-0.14235562"
|
||||
width="1.2847112"
|
||||
y="-0.2325688"
|
||||
height="1.4651376">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="5.6715188"
|
||||
id="feGaussianBlur6064" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter6070"
|
||||
x="-0.13582315"
|
||||
width="1.2716463"
|
||||
y="-0.36229396"
|
||||
height="1.7245879">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="7.9075393"
|
||||
id="feGaussianBlur6072" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient6132"
|
||||
id="linearGradient6138"
|
||||
x1="1018.3015"
|
||||
y1="1061.4702"
|
||||
x2="867.64362"
|
||||
y2="1310.1464"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter6240"
|
||||
x="-0.022354839"
|
||||
width="1.0447097"
|
||||
y="-0.078503899"
|
||||
height="1.1570078">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="6.3740456"
|
||||
id="feGaussianBlur6242" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter6288"
|
||||
x="-0.095569365"
|
||||
width="1.1911387"
|
||||
y="-0.34846491"
|
||||
height="1.6969298">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="25.298167"
|
||||
id="feGaussianBlur6290" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter9279"
|
||||
x="-0.15047941"
|
||||
width="1.3009588"
|
||||
y="-0.1954681"
|
||||
height="1.3909363">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="67.035155"
|
||||
id="feGaussianBlur9281" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#555555"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4"
|
||||
inkscape:cx="21.004492"
|
||||
inkscape:cy="141.43125"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:snap-global="false"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1376"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-2475.5952,-3476.8217)">
|
||||
<g
|
||||
id="g17306"
|
||||
transform="matrix(0.13205878,0,0,0.13205878,2150.7361,3236.3418)">
|
||||
<ellipse
|
||||
ry="411.53613"
|
||||
rx="534.57275"
|
||||
cy="1276.3176"
|
||||
cx="978.6358"
|
||||
transform="matrix(0.93294464,0,0,0.87146265,2587.3783,2115.3462)"
|
||||
id="path9169"
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.35499998;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter9279);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
|
||||
<path
|
||||
sodipodi:nodetypes="sscsscssss"
|
||||
style="fill:url(#linearGradient1214);fill-opacity:1;stroke:none"
|
||||
d="m 3357.9019,2893.1598 c -118.7176,0.9463 -236.4095,19.1912 -345.3023,65.2821 -100.8736,42.6965 -191.7683,108.7555 -263.5515,191.4939 99.363,127.7895 231.7414,229.6483 380.7129,292.9779 137.9573,58.6473 290.3615,79.9958 439.6646,66.5678 174.5974,-15.7028 392.4615,-150.0377 335.7969,-291.8963 38.6933,-12.4273 23.4027,-85.0916 10.5935,-115.4733 -26.8585,-63.705 -82.6513,-111.9789 -145.0052,-141.8401 -62.3539,-29.8613 -131.2519,-43.0811 -199.753,-52.4234 -70.2967,-9.5874 -141.9252,-15.2563 -213.1559,-14.6886 z"
|
||||
id="path1206"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:url(#linearGradient2661);fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 3585.6812,2816.2571 c -47.1141,89.2499 -78.7159,186.1668 -99.3008,284.9674 -12.7847,61.3625 -21.4117,123.9364 -19.4458,186.5857 0.3198,10.1914 0.9195,20.374 1.7983,30.5324 28.4362,-24.4736 57.4888,-48.231 87.121,-71.242 76.5451,-59.4414 156.8863,-113.8499 233.6445,-173.0159 51.8045,-39.9315 102.9158,-83.1121 136.7807,-139.071 16.9325,-27.9794 29.2832,-58.9772 33.9785,-91.3425 4.6952,-32.3653 1.5321,-66.1309 -11.19,-96.259 -14.6228,-34.6293 -41.8627,-63.7028 -75.3039,-80.8697 -33.4411,-17.1669 -72.8107,-22.3648 -109.6359,-14.8202 -40.9883,8.3975 -77.8161,31.9487 -107.1607,61.7725 -29.3446,29.8237 -51.7536,65.7616 -71.2859,102.7623 z"
|
||||
id="path897"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="aaacaaaaa"
|
||||
inkscape:path-effect="#path-effect899"
|
||||
inkscape:original-d="m 3585.6812,2816.2571 c -47.7147,80.7043 -77.5723,191.8167 -99.3008,284.9674 -15.9364,68.3195 -17.7274,128.9362 -19.4458,186.5857 -0.3351,11.248 1.7983,30.5324 1.7983,30.5324 0,0 58.2346,-48.7294 87.121,-71.242 78.3459,-61.0579 170.1842,-96.9678 233.6445,-173.0159 80.355,-96.294 176.5253,-229.7511 159.5692,-326.6725 -13.1599,-75.2225 -103.0454,-116.494 -184.9398,-95.6899 -68.4236,17.382 -122.4626,69.8429 -178.4466,164.5348 z" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccscsscccssc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path903"
|
||||
d="m 3361.7596,2882.0321 c -4.4547,-0.016 -8.9013,0.016 -13.3533,0.049 -118.7174,0.9462 -236.4096,19.1912 -345.3022,65.282 -100.8737,42.6965 -191.7684,108.7556 -263.5516,191.494 99.3631,127.7894 231.7414,229.6482 380.713,292.9778 137.9573,58.6473 290.806,84.2562 439.6646,66.5679 103.301,-12.2749 207.932,-47.629 280.7622,-121.9092 65.8073,-56.522 82.4423,-118.0228 59.743,-162.7106 44.5636,-31.0439 19.8913,-87.1801 5.8849,-122.7491 -26.8584,-63.7053 -82.6514,-111.9789 -145.0053,-141.84 -62.3539,-29.8614 -131.2518,-43.0811 -199.753,-52.4235 -65.9029,-8.9884 -132.9833,-14.5481 -199.8023,-14.7383 z"
|
||||
style="fill:url(#linearGradient1161);fill-opacity:1;stroke:none" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccc"
|
||||
transform="matrix(1.5825947,0,0,1.5825947,1868.7815,1504.367)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6060"
|
||||
d="m 580.84929,1028.7974 c 190.59118,-18.1515 511.87341,-7.2606 698.83431,50.8243 -1.8152,-174.25472 -330.35804,-301.31551 -698.83431,-50.8243 z"
|
||||
style="opacity:0.181;fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter6240)" />
|
||||
<g
|
||||
transform="matrix(1.5825947,0,0,1.5825947,-2049.0823,-1628.8078)"
|
||||
style="opacity:0.12099998"
|
||||
id="g6322">
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
d="m 571.34228,1030.3879 c 241.83052,-41.01227 578.41332,-7.0712 709.93522,49.4974 -131.5219,-25.4559 -496.38897,-73.5391 -709.93522,-49.4974 z"
|
||||
id="path6292"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(2475.5952,1979.7708)"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6294"
|
||||
d="m 3439.8879,3216.4833 c 30.9712,-46.2231 145.3675,-169.2011 169.5321,-184.9812 l 22.2732,3.0577 c -37.5884,26.9086 -146.3439,121.5148 -191.8053,181.9235 z"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
d="m 3288.5671,3178.2996 c 30.9712,-46.2231 138.2964,-146.5737 173.7747,-162.3538 l 22.2732,3.0577 c -44.6595,15.5949 -150.5865,98.8874 -196.0479,159.2961 z"
|
||||
id="path6296"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6298"
|
||||
d="m 3157.0453,3116.0743 c 30.9712,-46.2231 98.6984,-99.9047 134.1767,-115.6848 l 22.2732,3.0577 c -44.6595,15.5949 -108.1601,56.461 -156.4499,112.6271 z"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
d="m 3520.4981,2864.6249 c 40.8707,41.9804 95.87,125.3604 101.6498,158.1111 l 26.5158,8.256 c -27.6889,-52.3644 -69.9763,-114.4437 -128.1656,-166.3671 z"
|
||||
id="path6316"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6318"
|
||||
d="m 3362.1062,2868.8675 c 45.1133,40.5662 104.3553,102.733 110.1351,135.4837 l 22.2732,-3.0577 c -27.6889,-52.3644 -72.8048,-87.5737 -132.4083,-132.426 z"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
d="m 3189.5721,2902.8086 c 29.557,19.353 77.4853,53.2355 93.1646,93.0573 l 22.2732,-3.0577 c -22.032,-32.5654 -78.4616,-77.6742 -115.4378,-89.9996 z"
|
||||
id="path6320"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
</g>
|
||||
<path
|
||||
sodipodi:nodetypes="sscss"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2536"
|
||||
d="m 3769.7954,3030.3496 c 0,34.9019 -50.2234,33.9456 -171.3533,33.9456 -121.1299,0 -152.7131,6.2003 -187.9453,15.3566 -4.1868,-38.1951 54.149,-98.6886 175.2789,-98.6886 121.1299,0 184.0197,14.4846 184.0197,49.3864 z"
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.75;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter2599);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
transform="matrix(1.5583021,-0.2762257,0.2762257,1.5583021,-2875.0091,-671.09682)" />
|
||||
<path
|
||||
inkscape:original-d="m 3170.1109,2500.1955 c -61.4726,112.975 -47.9628,268.517 -27.5923,398.9152 14.9404,95.6379 62.0154,180.4929 106.7461,261.1944 8.7272,15.7456 31.1092,42.7408 31.1092,42.7408 0,0 117.7029,-68.2142 177.5116,-99.7286 56.727,-29.8906 123.7585,-45.6428 190.4931,-61.4814 124.0947,-29.4523 247.1631,-59.2033 301.0411,-180.7171 65.9295,-148.6946 5.5633,-366.8115 -90.4649,-485.3989 -81.0817,-100.1294 -223.6668,-124.0759 -341.2118,-105.8503 -130.6269,20.2541 -275.5054,97.7703 -347.6321,230.3259 z"
|
||||
inkscape:path-effect="#path-effect1228"
|
||||
sodipodi:nodetypes="aaacsssaaa"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1226"
|
||||
d="m 3170.1109,2500.1955 c -30.7827,60.6549 -45.7885,128.6083 -48.7018,196.5649 -2.9132,67.9566 5.9968,136.0314 21.1095,202.3503 21.0125,92.2092 54.448,182.3974 106.7461,261.1944 9.7474,14.6863 20.1301,28.951 31.1092,42.7408 54.5627,-40.6779 114.388,-74.2886 177.5116,-99.7286 61.9101,-24.951 126.6601,-41.9683 190.4931,-61.4814 57.043,-17.4374 113.7764,-37.0422 166.1818,-65.5315 52.4054,-28.4893 100.6165,-66.345 134.8593,-115.1856 51.8919,-74.0135 68.1459,-170.5182 49.4885,-258.964 -18.6575,-88.4459 -70.6613,-168.3885 -139.9534,-226.4349 -93.7131,-78.5041 -219.5028,-117.3376 -341.2118,-105.8503 -72.2082,6.8152 -142.8837,30.8481 -203.5821,70.549 -60.6985,39.7009 -111.2263,95.1003 -144.05,159.7769 z"
|
||||
style="fill:url(#radialGradient1230);fill-opacity:1;stroke:none" />
|
||||
<path
|
||||
style="fill:url(#radialGradient1488);fill-opacity:1;stroke:none"
|
||||
d="m 3157.4501,2481.2044 c -30.7827,60.6549 -45.7884,128.6083 -48.7017,196.5649 -2.9132,67.9566 5.9968,136.0314 21.1095,202.3503 21.0125,92.2092 54.4479,182.3974 106.746,261.1944 9.7474,14.6863 20.1301,28.951 31.1092,42.7408 54.5627,-40.6779 114.388,-74.2886 177.5116,-99.7286 61.9101,-24.951 126.6601,-41.9683 190.4931,-61.4814 57.043,-17.4374 113.7764,-37.0422 166.1819,-65.5315 52.4054,-28.4894 100.6165,-66.3451 134.8593,-115.1857 51.8919,-74.0135 68.1459,-170.5182 49.4885,-258.964 -18.6575,-88.4459 -70.6613,-168.3885 -139.9534,-226.4349 -93.7132,-78.5041 -219.5029,-117.3375 -341.2119,-105.8502 -72.2082,6.8153 -142.8837,30.8481 -203.5821,70.549 -60.6985,39.7009 -111.2263,95.1002 -144.05,159.7769 z"
|
||||
id="path907"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="aaacsssaaa"
|
||||
inkscape:path-effect="#path-effect909"
|
||||
inkscape:original-d="m 3157.4501,2481.2044 c -61.4726,112.975 -47.9627,268.5169 -27.5922,398.9152 14.9403,95.6379 62.0154,180.4928 106.746,261.1944 8.7272,15.7455 31.1092,42.7408 31.1092,42.7408 0,0 117.703,-68.2143 177.5116,-99.7286 56.727,-29.8906 123.7586,-45.6428 190.4931,-61.4814 124.0948,-29.4523 247.1632,-59.2033 301.0412,-180.7172 65.9295,-148.6946 5.5633,-366.8114 -90.4649,-485.3989 -81.0817,-100.1293 -223.6669,-124.0759 -341.2119,-105.8502 -130.6269,20.254 -275.5053,97.7703 -347.6321,230.3259 z" />
|
||||
<path
|
||||
sodipodi:nodetypes="csssscccccsc"
|
||||
transform="matrix(1.4788147,0,0,1.6188912,-1693.8943,-1719.9975)"
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.52600002;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter2416);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 3350.4733,2523.5065 c -9.0217,0.03 -18.0548,2.7288 -26.75,5.1226 -19.2279,5.2934 -37.2653,12.1352 -51.7538,25.8397 -14.4885,13.7045 -26.0575,30.3168 -35.2187,48.0313 -13.2501,25.6204 -21.689,54.4634 -19.0626,83.1875 1.3132,14.362 5.4229,28.5496 12.5938,41.0625 15.7559,23.6167 16.0944,29.466 41.9776,36.0561 7.7257,-41.2812 32.4238,-81.1268 49.7494,-113.3598 13.8636,-25.6043 29.2334,-48.486 49.3826,-69.5048 14.9913,-12.8512 26.0815,-28.7382 45.597,-32.984 -8.6387,-8.4309 -17.4398,-15.0971 -28.7384,-19.375 -10.8442,-4.1058 -26.1775,-4.115 -37.7769,-4.0761 z"
|
||||
id="path2370"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#2d2d2d;fill-opacity:1;stroke:none"
|
||||
d="m 3404.0814,2056.1705 c 1.4495,15.0453 4.8752,63.2515 7.3105,115.7362 2.606,56.1628 3.2758,96.9781 3.6911,117.5776 -9.7552,9.5826 -23.1311,16.8147 -36.5806,19.3276 -13.2875,2.4828 -25.9872,0.1772 -32.7598,-9.0261 8.4366,-31.0155 19.2041,-71.7422 27.9276,-126.6167 8.0084,-50.3768 11.3488,-96.7923 11.221,-111.4001 -0.1382,-15.8043 0.08,-32.8835 0.6521,-51.1723 -52.2298,41.6255 -109.0534,83.9137 -167.9867,116.4241 -57.9257,25.0703 -111.6554,39.5347 -150.3922,44.0713 -38.4728,4.5057 -58.0676,-1.0162 -49.1034,-15.8824 9.7497,-16.169 33.0359,-30.41 63.6635,-45.0506 28.7879,-13.7611 70.7481,-30.7571 108.9973,-47.4687 78.7309,-22.6458 140.9803,-43.6928 207.283,-75.3055 2.1125,24.7098 4.1546,48.8363 6.0766,68.7856 z"
|
||||
id="path917"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cczc"
|
||||
inkscape:path-effect="#path-effect919;#path-effect921"
|
||||
inkscape:original-d="m 3387.1568,2309.8672 2.0721,-306.1356 c 0,0 -124.0562,58.2818 -182.2018,98.0471 -58.1458,39.7654 -191.5145,59.1983 -191.5145,59.1983" />
|
||||
<path
|
||||
transform="matrix(1.5825947,0,0,1.5825947,-2049.0823,-1628.8078)"
|
||||
inkscape:original-d="m 3298.5989,2599.3727 c -38.8429,71.3859 -30.3064,169.6688 -17.4348,252.064 9.4404,60.4311 39.1859,114.0487 67.45,165.0419 5.5145,9.9492 19.6571,27.0068 19.6571,27.0068 0,0 74.3734,-43.1028 112.1649,-63.0159 35.8443,-18.8871 78.1998,-28.8405 120.3676,-38.8485 78.4122,-18.6101 156.1759,-37.409 190.22,-114.1904 41.6591,-93.9562 3.5153,-231.7785 -57.1624,-306.7108 -51.2334,-63.2691 -141.3292,-78.4003 -215.6028,-66.884 -82.5397,12.798 -174.0846,61.7785 -219.6596,145.5369 z"
|
||||
inkscape:path-effect="#path-effect1492"
|
||||
sodipodi:nodetypes="aaacsssaaa"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1490"
|
||||
d="m 3298.5989,2599.3727 c -19.4507,38.3262 -28.9325,81.2642 -30.7733,124.2042 -1.8408,42.94 3.7892,85.9546 13.3385,127.8598 13.2773,58.2646 34.4042,115.2521 67.45,165.0419 6.1591,9.2799 12.7197,18.2934 19.6571,27.0068 34.4768,-25.7033 72.2788,-46.941 112.1649,-63.0159 39.1194,-15.7659 80.0332,-26.5187 120.3676,-38.8485 36.044,-11.0183 71.8923,-23.406 105.0059,-41.4076 33.1137,-18.0017 63.577,-41.9217 85.2141,-72.7828 32.7891,-46.7672 43.0596,-107.7459 31.2705,-163.6326 -11.7892,-55.8866 -44.6491,-106.4002 -88.4329,-143.0782 -59.2149,-49.6047 -138.6981,-74.1425 -215.6028,-66.884 -45.6264,4.3064 -90.2844,19.4921 -128.6382,44.5781 -38.3538,25.0859 -70.281,60.0913 -91.0214,100.9588 z"
|
||||
style="opacity:0.52399998;fill:url(#radialGradient1494);fill-opacity:1;stroke:none;filter:url(#filter2532)" />
|
||||
<ellipse
|
||||
ry="29"
|
||||
rx="48"
|
||||
cy="530.42859"
|
||||
cx="1086"
|
||||
inkscape:transform-center-y="-4.9286964"
|
||||
inkscape:transform-center-x="-8.2030167"
|
||||
transform="matrix(0.89636581,-0.10270426,0.10319654,1.0072477,2715.7763,1886.7804)"
|
||||
id="path2683"
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.37400004;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:url(#linearGradient2739);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter6062);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
|
||||
<path
|
||||
style="fill:#2d2d2d;fill-opacity:1;stroke:none"
|
||||
d="m 3901.5956,2036.5297 c -8.2061,19.0643 -34.2269,76.8801 -64.645,141.1 -32.4355,68.479 -57.6813,118.8131 -70.3786,144.2981 -14.3166,6.6896 -31.2222,9.8166 -44.8167,7.0534 -13.5531,-2.7548 -23.3783,-11.3301 -22.4118,-27.9832 30.5942,-40.7985 69.695,-93.0061 114.8523,-161.3816 41.4487,-62.7598 74.3369,-119.1522 84.974,-140.0023 13.494,-26.45 28.704,-55.1744 45.5629,-86.0641 53.7906,100.6456 123.3194,192.7273 203.5409,282.5708 53.4966,66.7647 85.9774,100.642 120.3231,142.1606 27.7469,33.5415 39.5479,53.6784 19.092,51.5546 -41.1772,-4.275 -117.8012,-61.7642 -193.112,-150.4904 -62.4329,-87.4443 -113.947,-197.854 -150.3987,-300.3392 -14.9607,34.172 -30.67,69.8481 -42.5824,97.5233 z"
|
||||
id="path911"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccac"
|
||||
inkscape:path-effect="#path-effect913;#path-effect915"
|
||||
inkscape:original-d="m 3728.7366,2334.323 c 38.441,-156.9252 67.0599,-298.5411 215.827,-413.0116 0,0 111.8734,201.437 182.2531,292.0817 49.8222,64.1678 53.8038,71.8001 168.3509,176.2264" />
|
||||
<path
|
||||
transform="matrix(1.5825947,0,0,1.5825947,-2049.0823,-1628.8078)"
|
||||
inkscape:original-d="m 3591.5271,2545.8156 c 44.5773,0.4874 89.6612,41.1953 104.7557,83.1421 15.334,42.6124 1.0894,98.3622 -28.1996,132.9036 -39.4402,46.513 -118.1764,98.2883 -170.3518,66.7174 -56.0473,-33.9137 -47.3085,-135.1805 -21.4189,-195.3567 19.0513,-44.2815 67.0116,-87.9334 115.2146,-87.4064 z"
|
||||
inkscape:path-effect="#path-effect1572"
|
||||
sodipodi:nodetypes="aaaaaa"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1570"
|
||||
d="m 3591.5271,2545.8156 c 24.0718,-0.9035 48.1999,7.774 66.8508,23.0191 18.6508,15.2451 31.8297,36.813 37.9049,60.123 5.8774,22.5513 5.2426,46.5487 -0.161,69.2182 -5.4035,22.6695 -15.4644,44.0641 -28.0386,63.6854 -18.1862,28.3785 -42.4483,53.7991 -73.0516,67.924 -15.3016,7.0625 -32.0437,11.183 -48.8964,11.237 -16.8528,0.054 -33.8008,-4.031 -48.4038,-12.4436 -15.7672,-9.0833 -28.5128,-23.0569 -37.01,-39.1475 -8.4972,-16.0907 -12.8294,-34.2331 -13.5377,-52.4159 -1.4165,-36.3654 11.3992,-72.0111 29.1288,-103.7933 12.2833,-22.019 27.2038,-42.9109 46.5528,-59.0767 19.3489,-16.1658 43.4661,-27.384 68.6618,-28.3297 z"
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.50400002;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter1858);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
|
||||
<path
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:url(#radialGradient1052-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 3628.5191,2389.1083 c 38.0958,-1.4299 76.281,12.3032 105.7977,36.4299 29.5167,24.1268 50.3735,58.2601 59.9881,95.1504 9.3016,35.6895 8.2969,73.6677 -0.2547,109.5443 -8.5517,35.8766 -24.474,69.7357 -44.3738,100.7882 -28.7813,44.9116 -67.1785,85.1423 -115.6111,107.4962 -24.2163,11.177 -50.7122,17.6981 -77.3832,17.7837 -26.6711,0.086 -53.493,-6.3796 -76.6036,-19.6933 -24.9531,-14.3752 -45.1242,-36.4897 -58.5718,-61.9547 -13.4476,-25.465 -20.3038,-54.1771 -21.4247,-82.953 -2.2418,-57.5517 18.0403,-113.9644 46.0991,-164.2628 19.4394,-34.8472 43.0526,-67.9105 73.6741,-93.4944 30.6216,-25.5839 68.7894,-43.3378 108.6639,-44.8345 z"
|
||||
id="path1298"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="aaaaaa"
|
||||
inkscape:path-effect="#path-effect1311"
|
||||
inkscape:original-d="m 3628.5191,2389.1083 c 70.5478,0.7714 141.8973,65.1955 165.7858,131.5803 24.2675,67.4381 1.7241,155.6675 -44.6285,210.3325 -62.4179,73.6112 -187.0254,155.5505 -269.5979,105.5866 -88.7002,-53.6716 -74.8702,-213.9359 -33.8974,-309.1705 30.1504,-70.0796 106.0522,-139.1629 182.338,-138.3289 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1300"
|
||||
d="m 3636.9333,2432.8721 c -1.4676,0.019 -2.937,0.082 -4.4017,0.1488 -24.5544,1.1203 -48.7048,8.8217 -69.6342,21.7111 -12.8133,7.8913 -24.4158,17.7313 -34.471,28.9319 23.0398,-8.8307 47.6797,-13.5456 72.3544,-14.8368 29.1699,-1.5266 59.1414,1.7807 85.559,14.2433 13.2088,6.2314 25.3858,14.753 35.361,25.4205 9.9754,10.6674 17.6895,23.5256 21.8102,37.5372 0.3086,1.0493 0.5733,2.1071 0.8409,3.1652 2.943,-15.3635 2.7989,-31.3237 -1.5826,-46.2909 -6.5909,-22.5137 -22.6066,-41.7525 -42.7301,-53.8082 -18.8659,-11.3029 -41.094,-16.5017 -63.1059,-16.2221 z"
|
||||
style="opacity:0.61400003;fill:url(#linearGradient1437);fill-opacity:1;stroke:none" />
|
||||
<path
|
||||
sodipodi:nodetypes="csssssscscsc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1384"
|
||||
d="m 3252.5121,2361.0125 c -14.2777,0.048 -28.5734,1.9979 -42.3344,5.7863 -30.4299,8.3773 -58.129,25.3935 -81.0584,47.0822 -22.9294,21.6887 -41.2385,47.9792 -55.7369,76.0141 -20.9696,40.5467 -34.3249,86.1935 -30.1684,131.6521 2.0783,22.7292 8.5822,45.1824 19.9309,64.9853 11.3486,19.8026 27.6235,36.8877 47.3789,48.3185 9.6731,5.5971 20.1001,9.7931 30.9101,12.6114 13.768,12.3725 50.0971,-114.2691 76.7063,-175.3219 32.5934,-74.7829 98.5781,-138.1962 136.2515,-170.9203 -13.6716,-13.3427 -30.1407,-23.8926 -48.0218,-30.6627 -17.162,-6.4979 -35.5006,-9.6066 -53.8578,-9.545 z"
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:url(#radialGradient1052-0-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1388"
|
||||
d="m 3220.3163,2413.2875 c -7.8161,-0.032 -15.6626,0.9855 -23.195,3.0663 -16.7834,4.6365 -31.9527,14.2456 -44.4114,26.4095 -9.328,9.1071 -17.161,19.6438 -23.838,30.8606 13.7878,-9.9782 29.113,-17.7486 45.4996,-22.2552 23.9339,-6.5822 50.0038,-5.9987 73.2446,2.7202 8.9305,3.3502 17.4082,7.8966 25.1237,13.5014 4.6753,-5.8384 9.5713,-11.4822 14.6885,-16.9634 -8.4902,-14.4168 -22.0952,-25.7387 -37.6857,-31.8497 -9.3539,-3.6667 -19.377,-5.4496 -29.4263,-5.4897 z"
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.62599996;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:url(#linearGradient1437-7);fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
|
||||
<g
|
||||
transform="translate(67.882251,69.79899)"
|
||||
id="g10162">
|
||||
<circle
|
||||
r="28"
|
||||
cy="2688.3621"
|
||||
cx="3512"
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:url(#linearGradient1948);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter1858-8);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
id="path1902"
|
||||
transform="matrix(3.19345,0,0,3.8151837,-7626.4852,-7665.7806)" />
|
||||
<path
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.31200005;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:url(#linearGradient1994);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter1858-8);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 3588.9113,2484.0097 c -49.3834,0 -89.4166,47.8273 -89.4166,106.8252 0,5.7573 0.4036,11.4035 1.1376,16.914 31.4859,-41.8595 89.7162,-69.9309 156.3306,-69.9309 3.228,0 6.4575,0.017 9.644,0.1487 -15.3953,-32.2278 -44.4128,-53.957 -77.6956,-53.957 z"
|
||||
id="path1991"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.99932697,0.03668251,-0.03668251,0.99932697,81.492172,-48.983479)"
|
||||
id="g10172">
|
||||
<path
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:url(#linearGradient1948-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.94408107;marker:none;filter:url(#filter1858-8);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 3195.3163,2446.9366 c -32.7766,0 -59.3473,31.5305 -59.3473,70.4254 0,37.9048 25.235,68.8153 56.8564,70.3646 0.826,0.041 1.6565,0.061 2.4909,0.061 0.9956,0 7.9662,-0.2226 7.9662,-0.2226 12.1243,-44.3519 30.3426,-87.916 40.3744,-110.3834 -10.7827,-17.584 -28.6052,-30.245 -48.3406,-30.245 z"
|
||||
id="path1940"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ssssccs" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.32400004;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:url(#linearGradient2056);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter1858-8);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 3195.3163,2446.9576 c -32.7766,0 -59.3473,31.5305 -59.3473,70.4255 0,1.9243 0.057,3.8167 0.1841,5.7019 28.6739,-26.4458 65.3529,-44.1987 105.8977,-49.1175 -10.8623,-16.4464 -27.7593,-27.0099 -46.7345,-27.0099 z"
|
||||
id="path1940-4" />
|
||||
</g>
|
||||
<path
|
||||
transform="matrix(1.5825947,0,0,1.5825947,-2049.0823,-1628.8078)"
|
||||
sodipodi:nodetypes="ccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2180"
|
||||
d="m 3427.5684,2548.4788 c -121.4374,141.9401 -156.5949,335.8989 -65.7609,473.7616 7.4481,-187.3756 70.7259,-348.4275 65.7609,-473.7616 z"
|
||||
style="fill:url(#linearGradient2258);fill-opacity:1;stroke:none;filter:url(#filter2244)" />
|
||||
<path
|
||||
style="opacity:0.36600001;fill:url(#linearGradient2188);fill-opacity:1;stroke:none"
|
||||
d="m 3362.7085,2401.2361 c -290.307,224.6336 -184.5224,648.7038 -104.0728,749.7725 -146.4722,-359.8434 -5.1816,-545.0891 104.0728,-749.7725 z"
|
||||
id="path2248"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
<ellipse
|
||||
ry="29"
|
||||
rx="48"
|
||||
cy="530.42859"
|
||||
cx="1086"
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.47600002;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:url(#linearGradient2787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter6070);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
id="path2785"
|
||||
transform="matrix(0.47197901,0.15058302,-0.73933717,0.66456589,3261.9232,1777.9101)"
|
||||
inkscape:transform-center-x="33.656073"
|
||||
inkscape:transform-center-y="0.1364827" />
|
||||
<path
|
||||
transform="matrix(1.5825947,0,0,1.5825947,1868.7815,1504.367)"
|
||||
sodipodi:nodetypes="ccc"
|
||||
style="opacity:0.222;fill:url(#linearGradient6138);fill-opacity:1;stroke:none;filter:url(#filter6288)"
|
||||
d="m 611.70691,1036.058 c 152.47294,1.8152 510.05819,19.9668 658.90099,56.2698 -174.3439,199.969 -479.80644,106.1655 -658.90099,-56.2698 z"
|
||||
id="path6074"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 46 KiB |
@ -1,5 +0,0 @@
|
||||
name: Gluster FS
|
||||
description: |
|
||||
Replicated Gluster Volume
|
||||
version: 3.7.9-rancher1
|
||||
category: Storage
|
Loading…
x
Reference in New Issue
Block a user