Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
1bb37e3e
Commit
1bb37e3e
authored
Apr 09, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm prescription: remove obsoleted glusterfs scripts
parent
499dc13b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
91 deletions
+0
-91
glusterfs10.sh
prescription.d/glusterfs10.sh
+0
-24
glusterfs7.sh
prescription.d/glusterfs7.sh
+0
-20
glusterfs8.sh
prescription.d/glusterfs8.sh
+0
-23
glusterfs9.sh
prescription.d/glusterfs9.sh
+0
-24
No files found.
prescription.d/glusterfs10.sh
deleted
100755 → 0
View file @
499dc13b
#!/bin/sh
[
"
$1
"
!=
"--run"
]
&&
echo
"Install glusterfs10 (or upgrade from glusterfs9)"
&&
exit
.
$(
dirname
$0
)
/common.sh
[
"
$(
epm print info
-s
)
"
=
"alt"
]
||
{
echo
"Only ALTLinux is supported"
;
exit
1
;
}
GFSOLD
=
glusterfs9
GFSNEW
=
glusterfs10
if
epmqp
--quiet
${
GFSOLD
}
-
;
then
# Upgrade if was installed
epmi
$(
epmqp
--short
$GFSOLD
|
grep
-v
rdma |
grep
-v
devel |
sed
-e
"s|
$GFSOLD
|
$GFSNEW
|"
)
${
GFSOLD
}
-
${
GFSOLD
}
-client-
python3-module-
${
GFSOLD
}
-
epm installed
$GFSNEW
-server
&&
serv glusterd on
else
# Install all packages
epmi
${
GFSNEW
}
-cli
${
GFSNEW
}
-client
${
GFSNEW
}
||
exit
echo
"You can install also '
${
GFSNEW
}
-server' if it is needed for this host"
epme
$(
epmqp
${
GFSOLD
})
fi
prescription.d/glusterfs7.sh
deleted
100755 → 0
View file @
499dc13b
#!/bin/sh
[
"
$1
"
!=
"--run"
]
&&
echo
"Install glusterfs7 (or upgrade from glusterfs6)"
&&
exit
.
$(
dirname
$0
)
/common.sh
[
"
$(
epm print info
-s
)
"
=
"alt"
]
||
{
echo
"Only ALTLinux is supported"
;
exit
1
;
}
if
epmqp
--quiet
glusterfs6-
;
then
# Upgrade if was installed
epmi
$(
epmqp
--short
glusterfs6 |
sed
-e
"s|fs6|fs7|"
)
glusterfs6- glusterfs6-client- python3-module-glusterfs6-
epm installed glusterfs7-server
&&
serv glusterd on
else
# Install all packages
epmi glusterfs7-client glusterfs7
||
exit
echo
"You can install also 'glusterfs7-server' if it is needed for this host"
epme
$(
epmqp glusterfs6
)
fi
prescription.d/glusterfs8.sh
deleted
100755 → 0
View file @
499dc13b
#!/bin/sh
[
"
$1
"
!=
"--run"
]
&&
echo
"Install glusterfs8 (or upgrade from glusterfs7)"
&&
exit
.
$(
dirname
$0
)
/common.sh
[
"
$(
epm print info
-s
)
"
=
"alt"
]
||
{
echo
"Only ALTLinux is supported"
;
exit
1
;
}
GFSOLD
=
glusterfs7
GFSNEW
=
glusterfs8
if
epmqp
--quiet
${
GFSOLD
}
-
;
then
# Upgrade if was installed
epmi
$(
epmqp
--short
$GFSOLD
|
grep
-v
rdma |
sed
-e
"s|
$GFSOLD
|
$GFSNEW
|"
)
${
GFSOLD
}
-
${
GFSOLD
}
-client-
python3-module-
${
GFSOLD
}
-
epm installed
$GFSNEW
-server
&&
serv glusterd on
else
# Install all packages
epmi
${
GFSNEW
}
-cli
${
GFSNEW
}
-client
${
GFSNEW
}
||
exit
echo
"You can install also '
${
GFSNEW
}
-server' if it is needed for this host"
epme
$(
epmqp
${
GFSOLD
})
fi
prescription.d/glusterfs9.sh
deleted
100755 → 0
View file @
499dc13b
#!/bin/sh
[
"
$1
"
!=
"--run"
]
&&
echo
"Install glusterfs9 (or upgrade from glusterfs8)"
&&
exit
.
$(
dirname
$0
)
/common.sh
[
"
$(
epm print info
-s
)
"
=
"alt"
]
||
{
echo
"Only ALTLinux is supported"
;
exit
1
;
}
GFSOLD
=
glusterfs8
GFSNEW
=
glusterfs9
if
epmqp
--quiet
${
GFSOLD
}
-
;
then
# Upgrade if was installed
epmi
$(
epmqp
--short
$GFSOLD
|
grep
-v
rdma |
grep
-v
devel |
sed
-e
"s|
$GFSOLD
|
$GFSNEW
|"
)
${
GFSOLD
}
-
${
GFSOLD
}
-client-
python3-module-
${
GFSOLD
}
-
epm installed
$GFSNEW
-server
&&
serv glusterd on
else
# Install all packages
epmi
${
GFSNEW
}
-cli
${
GFSNEW
}
-client
${
GFSNEW
}
||
exit
echo
"You can install also '
${
GFSNEW
}
-server' if it is needed for this host"
epme
$(
epmqp
${
GFSOLD
})
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment