Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-ganeti
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
snf-ganeti
Commits
3d492b09
Commit
3d492b09
authored
17 years ago
by
Iustin Pop
Browse files
Options
Downloads
Patches
Plain Diff
Update version numbers for release 1.2b3
Reviewed-by: imsnah
parent
8522ceeb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+7
-0
7 additions, 0 deletions
NEWS
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
doc/install.sgml
+4
-4
4 additions, 4 deletions
doc/install.sgml
with
12 additions
and
5 deletions
NEWS
+
7
−
0
View file @
3d492b09
Version 1.2b3
- Another round of updates to the DRBD 8 code to deal with more
failures in the replace secondary node operation
- Some more logging of failures in disk operations (lvm, drbd)
- A few documentation updates
- QA updates
Version 1.2b2
Version 1.2b2
- Change configuration file format from Python's Pickle to JSON.
- Change configuration file format from Python's Pickle to JSON.
Upgrading is possible using the cfgupgrade utility.
Upgrading is possible using the cfgupgrade utility.
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
3d492b09
# Configure script for Ganeti
# Configure script for Ganeti
AC_PREREQ(2.59)
AC_PREREQ(2.59)
AC_INIT(ganeti, 1.2b
2
, ganeti@googlegroups.com)
AC_INIT(ganeti, 1.2b
3
, ganeti@googlegroups.com)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure)
AC_CONFIG_SRCDIR(configure)
AM_INIT_AUTOMAKE([foreign tar-ustar])
AM_INIT_AUTOMAKE([foreign tar-ustar])
...
...
This diff is collapsed.
Click to expand it.
doc/install.sgml
+
4
−
4
View file @
3d492b09
...
@@ -605,8 +605,8 @@ vgextend xenvg /dev/sdd1
...
@@ -605,8 +605,8 @@ vgextend xenvg /dev/sdd1
</para>
</para>
<screen>
<screen>
tar xvzf ganeti-1.2b
2
.tar.gz
tar xvzf ganeti-1.2b
3
.tar.gz
cd ganeti-1.2b
2
cd ganeti-1.2b
3
./configure --localstatedir=/var --sysconfdir=/etc
./configure --localstatedir=/var --sysconfdir=/etc
make
make
make install
make install
...
@@ -652,8 +652,8 @@ mkdir /srv/ganeti/ /srv/ganeti/os /srv/ganeti/export
...
@@ -652,8 +652,8 @@ mkdir /srv/ganeti/ /srv/ganeti/os /srv/ganeti/export
<screen>
<screen>
cd /srv/ganeti/os
cd /srv/ganeti/os
tar xvf ganeti-instance-debian-etch-0.
2
.tar
tar xvf ganeti-instance-debian-etch-0.
3
.tar
mv ganeti-instance-debian-etch-0.
2
debian-etch
mv ganeti-instance-debian-etch-0.
3
debian-etch
</screen>
</screen>
<para>
<para>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment