First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 98024
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux High-Performance Clustering Team <hp-cluster@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mauricio Zambrano <mauro@webdb.homelinux.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
ocfs2-tools.tar.gz ocfs2-tools application/x-gzip Mauricio Zambrano 2005-07-05 10:23 0000 1.79 KB Details
ocfs2.tar.gz The kernel module application/x-gzip Mauricio Zambrano 2005-07-05 10:24 0000 1.25 KB Details
ocfs2-tools.tar.gz new ocfs2-tools package application/x-gzip Mauricio Zambrano 2005-07-06 06:49 0000 2.21 KB Details
ocfs2.tar.gz new kernel module package application/x-gzip Mauricio Zambrano 2005-07-06 07:01 0000 1.20 KB Details
ocfs2-1.0.0.tar.gz 1.0.0 version - kernel module application/octet-stream Lazar Obradovic 2005-08-08 17:53 0000 1.36 KB Details
ocfs2-tools-1.0.0.tar.gz 1.0.0 version - userspace tools application/octet-stream Lazar Obradovic 2005-08-08 17:56 0000 4.66 KB Details
ocfs2-1.0.1.tar.gz 1.0.1 version - kernel module application/x-gzip Lazar Obradovic 2005-08-15 14:10 0000 1.17 KB Details
ocfs2-tools-1.0.1.tar.gz 1.0.1 version - userspace tools application/x-gzip Lazar Obradovic 2005-08-15 14:13 0000 4.35 KB Details
ocfs2-tools-1.2.0.tar.gz 1.2.0 version - userspace tools (sys-fs/ocfs2) application/x-tgz Daniel Franke 2006-03-23 09:24 0000 4.34 KB Details
ofcs2-tools-1.2.0-1.2.1.patch patch from ocfs2-tools-1.2.0 to 1.2.1 patch Martin Hierling 2006-06-13 14:34 0000 612 bytes Details | Diff
ocfs2-tools-1.2.1.ebuild Plain Text ebuild for 1.2.1 text/plain Martin Hierling 2006-06-26 12:20 0000 2.30 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 98024 depends on: 101812 Show dependency tree
Show dependency graph
Bug 98024 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-07-05 10:22 0000
Hi

   I ve just made two new ebuilds that compiles OCFS2 and it s tools.

   Enjoy!

Reproducible: Always
Steps to Reproduce:
 Just uncompress the tar.gz to /usr/portage and emerge them.
Actual Results:  
 Wow I m running a kernel with ocfs2.

------- Comment #1 From Mauricio Zambrano 2005-07-05 10:23:41 0000 -------
Created an attachment (id=62684) [edit]
ocfs2-tools

------- Comment #2 From Mauricio Zambrano 2005-07-05 10:24:19 0000 -------
Created an attachment (id=62685) [edit]
The kernel module

------- Comment #3 From Donnie Berkholz 2005-07-05 12:56:00 0000 -------
Uhm, didn't the kernel part get accepted into Linus's upstream already? Or am I
thinking of something else?

------- Comment #4 From Mauricio Zambrano 2005-07-05 13:07:20 0000 -------
(In reply to comment #3)
> Uhm, didn't the kernel part get accepted into Linus's upstream already? Or am I
> thinking of something else?

 It isnt on vanilla kernel, ocfs1 isnt there too.

------- Comment #5 From Mauricio Zambrano 2005-07-06 06:49:50 0000 -------
Created an attachment (id=62761) [edit]
new packages

  Added IUSE gtk2
  Added DEPEND from python, pygtk, e2fsprog and readline.
  Removed RDEPEND.
  Added the configuration section for /etc/init.d, /etc/default and /etc/ocfs2.

  New ebuild info on post install.

------- Comment #6 From Mauricio Zambrano 2005-07-06 07:01:28 0000 -------
Created an attachment (id=62763) [edit]
new kernel module package

Removed configuration section from this package, ocfs2-tools handles that.
Removed deprecated options on configure.
Added RDEPEND on ocfs2-tools.

------- Comment #7 From Lazar Obradovic 2005-08-08 17:53:00 0000 -------
Created an attachment (id=65494) [edit]
1.0.0 version - kernel module

This is 1.0.0 release of ocfs2 kernel module. Changes: 
* Upgraded to 1.0.0
* Added Gentoo copyright notice in ebuild
* Added suggestion about generic_drop_inode

------- Comment #8 From Lazar Obradovic 2005-08-08 17:56:37 0000 -------
Created an attachment (id=65495) [edit]
1.0.0 version - userspace tools

This is 1.0.0 version of ocfs2 userspace tools. Changes:
* Upgraded to 1.0.0
* Added Gentoo copyright notice 
* Corrected IUSE typo
* Corrected DEPEND 
* Fixed dynamic compilation
* Wrote gentoo-style init scripts 
* Kept /config and /dlm dirs
* Wrote INSTALL.GENTOO mini-howto
* Lame-fixed python library paths

Please test.

------- Comment #9 From Michael Steinmann 2005-08-09 03:44:10 0000 -------
(In reply to comment #7)
the path to the kernel patch in the ewarn misses the /work/ocfs2-1.0.0/ part. 
the statement I used to patch the kernel:

cat
/var/tmp/portage/ocfs2-1.0.0/work/ocfs2-1.0.0/patches/export_generic_drop_inode.patch
| patch -p1

Both ocfs2 and ocfs2-tools build fine here (2.6.12-gentoo-r6 i686).
Thanks for the ebuild!

------- Comment #10 From Lazar Obradovic 2005-08-10 09:31:16 0000 -------
(In reply to comment #9)
> the path to the kernel patch in the ewarn misses the /work/ocfs2-1.0.0/ part. 

Quite true, my bad. 

I also found that upgrading from ocfs2-0.99.* (or from a previous manual
install) breaks if /config and /dlm are already present. 

I'll correct both things, as well as kernel deps and few other tidy-ups, and
upload it as 1.0.0-r1 when finished. 

Is INSTALL.GENTOO clear enough? 
Any comments from developers?

------- Comment #11 From Lazar Obradovic 2005-08-15 14:10:43 0000 -------
Created an attachment (id=66023) [edit]
1.0.1 version - kernel module

------- Comment #12 From Lazar Obradovic 2005-08-15 14:13:59 0000 -------
Created an attachment (id=66025) [edit]
1.0.1 version - userspace tools

Changelog: 
* Took out BUG from INSTALL.GENTOO about kernel upgrade
* Added "unmounts" to stop() of init script (actually, stole it from netmount)
* Added check for existing /dlm or /config
* Corrected patch path (Thanks to Michael Steinmann)

------- Comment #13 From Martin Hierling 2005-08-22 09:01:48 0000 -------
# lynx -head -dump
http://oss.oracle.com/projects/ocfs2/dist/files/source/ocfs2-1.0.1.tar.gz
HTTP/1.0 404 Not Found

------- Comment #14 From Michael Imhof 2005-09-05 06:05:34 0000 -------
404 confirmed.
Can someone bump the ebuild or provide an alternative location for the files?

------- Comment #15 From Michael Steinmann 2005-09-05 06:26:12 0000 -------
(In reply to comment #14)
> 404 confirmed.
> Can someone bump the ebuild or provide an alternative location for the files?

they moved the sources up one level (/v1.0), ocfs2-1.0.1.ebuild:

-SRC_URI="http://oss.oracle.com/projects/ocfs2/dist/files/source/${P}.tar.gz"
+SRC_URI="http://oss.oracle.com/projects/ocfs2/dist/files/source/v1.0/${P}.tar.gz"

------- Comment #16 From Mike Crawford 2006-03-01 21:12:48 0000 -------
ocfs2-1.2.0 released 2006.02.16 

------- Comment #17 From Daniel Franke 2006-03-23 06:41:22 0000 -------
vanilla-kernel-2.6.16 with experimental ocfs2 was released.
Please add the ocfs2-tools ebuilds to portage (current version 1.2.0, available
from
http://oss.oracle.com/projects/ocfs2-tools/dist/files/source/v1.2/ocfs2-tools-1.2.0.tar.gz)

Thanks!

------- Comment #18 From Daniel Franke 2006-03-23 09:24:28 0000 -------
Created an attachment (id=82943) [edit]
updated sys-fs/ocfs2-tools package

New ebuild for ocfs2-tools v1.2.0.
Fixes a couple of typos and inconsistencies within the INSTALL.GENTOO file and
the ocfs2.init script.

------- Comment #19 From Martin Hierling 2006-06-13 14:34:35 0000 -------
Created an attachment (id=89092) [edit]
patch from ocfs2-tools-1.2.0 to 1.2.1 

patch for 1.2.0 to 1.2.1, some paths have changed.

------- Comment #20 From Donnie Berkholz 2006-06-24 00:34:31 0000 -------
Could someone attach plain-text versions of the current files so it's easier to
review them?

------- Comment #21 From Donnie Berkholz 2006-06-24 23:00:45 0000 -------
I see sys-fs/ocfs-tools -- is that the same thing as your ocfs2-tools?

------- Comment #22 From Donnie Berkholz 2006-06-24 23:13:22 0000 -------
(In reply to comment #21)
> I see sys-fs/ocfs-tools -- is that the same thing as your ocfs2-tools?

Got bored, did the research, no it's not. I do find one feature of ocfs2
crippling, however. From the manual:

"Whereas one can add new nodes to the cluster dynamically, any other change,
like name, ip address, requires the cluster to be restarted for the changes to
take effect."

Seriously, who wants to be restarting the whole cluster for changes to a single
node.

------- Comment #23 From Martin Hierling 2006-06-26 12:20:14 0000 -------
Created an attachment (id=90203) [edit]
Plain Text ebuild for 1.2.1

plain text ebuild for ocfs2 version 1.2.1 
primary Daniel Frankes ebuild, only version bump to 1.2.1 and some corrected
paths 

------- Comment #24 From Wolfram Schlich 2006-07-01 07:14:00 0000 -------
Can we please get ocfs2-tools into Portage? TIA!

------- Comment #25 From Donnie Berkholz 2006-07-19 22:13:11 0000 -------
Added, thanks for your patience!

First Last Prev Next    No search results available      Search page      Enter new bug