* [Ocfs2-devel] ocfs2-tools repository and documentation
@ 2014-12-09 19:32 Germano Percossi
2014-12-14 7:24 ` Goldwyn Rodrigues
0 siblings, 1 reply; 7+ messages in thread
From: Germano Percossi @ 2014-12-09 19:32 UTC (permalink / raw)
To: ocfs2-devel
Hi,
Sorry if this has been asked in the past but I did not
find anything in the archive.
It is not very clear to me where are the most up-to-date
ocfs-tools repository (both source code and
packages) and documentation.
For development I am looking at
https://oss.oracle.com/git/?p=ocfs2-tools.git;a=summary but the most
recent commit seems to be more than
1 year old.
I found an RPM (asking a colleague of mine to ask one of his contacts
in Oracle) here
http://public-yum.oracle.com/repo/OracleLinux/OL7/0/base/x86_64/getPackageSource/ocfs2-tools-1.8.0-16.el7.src.rpm.
When I inspected the content I found, comparing it to another package we
have, the following:
- a spec file (ok)
- some patches (ok)
- a tar.gz (ok but..)
The tar.gz is ocfs2-tools-1.8.0.tar.gz. The first strange thing is
that there are no versions tagged 1.8.0 in the git repo I am watching.
The other thing is, in our old RPM we have a tar.gz with the same name.
When I compared the content I found they differ just for the
vendor/rhel7 directory. Its content though is not in the git repository.
Is this repository the right one?
Similar doubts apply to documentation (referring to 1.6 version of the
tools and subversion as repository) and RPM repositories.
Would you please point me to the right development resources?
Thanks you,
Germano
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Ocfs2-devel] ocfs2-tools repository and documentation
2014-12-09 19:32 [Ocfs2-devel] ocfs2-tools repository and documentation Germano Percossi
@ 2014-12-14 7:24 ` Goldwyn Rodrigues
2014-12-15 18:47 ` Germano Percossi
0 siblings, 1 reply; 7+ messages in thread
From: Goldwyn Rodrigues @ 2014-12-14 7:24 UTC (permalink / raw)
To: ocfs2-devel
Hi Germano,
On 12/09/2014 01:32 PM, Germano Percossi wrote:
> Hi,
>
> Sorry if this has been asked in the past but I did not
> find anything in the archive.
>
> It is not very clear to me where are the most up-to-date
> ocfs-tools repository (both source code and
> packages) and documentation.
>
> For development I am looking at
> https://oss.oracle.com/git/?p=ocfs2-tools.git;a=summary but the most
> recent commit seems to be more than
> 1 year old.
Yes, if you don't count the last 2 patches, it is more close to 3 years
now ;)
Since the patches were not being updated. I started maintaining an
alternate repository where I am putting all the bugs reported at SUSE:
https://github.com/goldwynr/ocfs2-tools
Branch suse-fixes has the fixes found by SUSE over the "upstream" branch.
Branch nocontrold has the patches for the feature of doing away with
ocfs2_controld to work with the latest corosync/pacemaker stack. Patches
for the kernel are already in the kernel but the ones in the tools need
some review.
I had a mail conversation with Srini and he has promised to update the
upstream branch soon.
Regards,
--
Goldwyn
>
> I found an RPM (asking a colleague of mine to ask one of his contacts
> in Oracle) here
> http://public-yum.oracle.com/repo/OracleLinux/OL7/0/base/x86_64/getPackageSource/ocfs2-tools-1.8.0-16.el7.src.rpm.
> When I inspected the content I found, comparing it to another package we
> have, the following:
> - a spec file (ok)
> - some patches (ok)
> - a tar.gz (ok but..)
>
> The tar.gz is ocfs2-tools-1.8.0.tar.gz. The first strange thing is
> that there are no versions tagged 1.8.0 in the git repo I am watching.
> The other thing is, in our old RPM we have a tar.gz with the same name.
> When I compared the content I found they differ just for the
> vendor/rhel7 directory. Its content though is not in the git repository.
>
> Is this repository the right one?
>
> Similar doubts apply to documentation (referring to 1.6 version of the
> tools and subversion as repository) and RPM repositories.
>
> Would you please point me to the right development resources?
>
> Thanks you,
> Germano
>
> _______________________________________________
> Ocfs2-devel mailing list
> Ocfs2-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/ocfs2-devel
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Ocfs2-devel] ocfs2-tools repository and documentation
2014-12-14 7:24 ` Goldwyn Rodrigues
@ 2014-12-15 18:47 ` Germano Percossi
2014-12-16 5:35 ` Srinivas Eeda
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Germano Percossi @ 2014-12-15 18:47 UTC (permalink / raw)
To: ocfs2-devel
Hi Goldwyn,
Thanks for your answer. I will have a look at your code.
I just want to be sure that the source code I am looking at
is the latest one to avoid fixing things that maybe have been already
fixed elsewhere.
Same is true for documentation and package repositories.
If I could have links to the latest, no matter how old and not
maintained, documentation and repository, it would be helpful,
as well.
Do you know of any other distro, besides Suse, maintaining a stack
of patches?
Cheers,
Germano
On 14/12/14 07:24, Goldwyn Rodrigues wrote:
>
> Yes, if you don't count the last 2 patches, it is more close to 3 years
> now ;)
>
> Since the patches were not being updated. I started maintaining an
> alternate repository where I am putting all the bugs reported at SUSE:
>
> https://github.com/goldwynr/ocfs2-tools
>
> Branch suse-fixes has the fixes found by SUSE over the "upstream" branch.
>
> Branch nocontrold has the patches for the feature of doing away with
> ocfs2_controld to work with the latest corosync/pacemaker stack. Patches
> for the kernel are already in the kernel but the ones in the tools need
> some review.
>
> I had a mail conversation with Srini and he has promised to update the
> upstream branch soon.
>
> Regards,
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Ocfs2-devel] ocfs2-tools repository and documentation
2014-12-15 18:47 ` Germano Percossi
@ 2014-12-16 5:35 ` Srinivas Eeda
2014-12-16 17:43 ` Germano Percossi
2014-12-16 15:01 ` Goldwyn Rodrigues
2014-12-16 15:29 ` Goldwyn Rodrigues
2 siblings, 1 reply; 7+ messages in thread
From: Srinivas Eeda @ 2014-12-16 5:35 UTC (permalink / raw)
To: ocfs2-devel
Hi Goldwyn, Germano
I have updated ocfs2-tools git repo with latest fixes :)
Germano,
following documentation is available for OCFS2
http://docs.oracle.com/cd/E37670_01/E37355/html/ol_ocfs2.html
http://www.oracle.com/us/technologies/linux/025995.htm
https://oss.oracle.com/projects/ocfs2/dist/documentation/v1.8/ocfs2-1_8_2-manpages.pdf
https://oss.oracle.com/projects/ocfs2/documentation/
On 12/15/2014 10:47 AM, Germano Percossi wrote:
> Hi Goldwyn,
>
> Thanks for your answer. I will have a look at your code.
> I just want to be sure that the source code I am looking at
> is the latest one to avoid fixing things that maybe have been already
> fixed elsewhere.
>
> Same is true for documentation and package repositories.
> If I could have links to the latest, no matter how old and not
> maintained, documentation and repository, it would be helpful,
> as well.
>
> Do you know of any other distro, besides Suse, maintaining a stack
> of patches?
>
> Cheers,
> Germano
>
> On 14/12/14 07:24, Goldwyn Rodrigues wrote:
>> Yes, if you don't count the last 2 patches, it is more close to 3 years
>> now ;)
>>
>> Since the patches were not being updated. I started maintaining an
>> alternate repository where I am putting all the bugs reported at SUSE:
>>
>> https://github.com/goldwynr/ocfs2-tools
>>
>> Branch suse-fixes has the fixes found by SUSE over the "upstream" branch.
>>
>> Branch nocontrold has the patches for the feature of doing away with
>> ocfs2_controld to work with the latest corosync/pacemaker stack. Patches
>> for the kernel are already in the kernel but the ones in the tools need
>> some review.
>>
>> I had a mail conversation with Srini and he has promised to update the
>> upstream branch soon.
>>
>> Regards,
>>
>
> _______________________________________________
> Ocfs2-devel mailing list
> Ocfs2-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/ocfs2-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Ocfs2-devel] ocfs2-tools repository and documentation
2014-12-15 18:47 ` Germano Percossi
2014-12-16 5:35 ` Srinivas Eeda
@ 2014-12-16 15:01 ` Goldwyn Rodrigues
2014-12-16 15:29 ` Goldwyn Rodrigues
2 siblings, 0 replies; 7+ messages in thread
From: Goldwyn Rodrigues @ 2014-12-16 15:01 UTC (permalink / raw)
To: ocfs2-devel
Hi Germano,
On 12/15/2014 12:47 PM, Germano Percossi wrote:
> Hi Goldwyn,
>
> Thanks for your answer. I will have a look at your code.
> I just want to be sure that the source code I am looking at
> is the latest one to avoid fixing things that maybe have been already
> fixed elsewhere.
>
> Same is true for documentation and package repositories.
> If I could have links to the latest, no matter how old and not
> maintained, documentation and repository, it would be helpful,
> as well.
>
> Do you know of any other distro, besides Suse, maintaining a stack
> of patches?
>
To clarify, these patches are present in opensuse (opensuse.org)
distributions as well.
Regards,
--
Goldwyn
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Ocfs2-devel] ocfs2-tools repository and documentation
2014-12-15 18:47 ` Germano Percossi
2014-12-16 5:35 ` Srinivas Eeda
2014-12-16 15:01 ` Goldwyn Rodrigues
@ 2014-12-16 15:29 ` Goldwyn Rodrigues
2 siblings, 0 replies; 7+ messages in thread
From: Goldwyn Rodrigues @ 2014-12-16 15:29 UTC (permalink / raw)
To: ocfs2-devel
Hi Germano,
On 12/15/2014 12:47 PM, Germano Percossi wrote:
> Hi Goldwyn,
>
> Thanks for your answer. I will have a look at your code.
> I just want to be sure that the source code I am looking at
> is the latest one to avoid fixing things that maybe have been already
> fixed elsewhere.
>
> Same is true for documentation and package repositories.
> If I could have links to the latest, no matter how old and not
> maintained, documentation and repository, it would be helpful,
> as well.
>
> Do you know of any other distro, besides Suse, maintaining a stack
> of patches?
To clarify, these patches are present in opensuse (opensuse.org)
distributions as well.
Regards,
--
--
Goldwyn
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Ocfs2-devel] ocfs2-tools repository and documentation
2014-12-16 5:35 ` Srinivas Eeda
@ 2014-12-16 17:43 ` Germano Percossi
0 siblings, 0 replies; 7+ messages in thread
From: Germano Percossi @ 2014-12-16 17:43 UTC (permalink / raw)
To: ocfs2-devel
Hi Srinivas,
Thanks for your update.
I cannot access the repo at all, now.
It has been a while I have been having troubles accessing any
page or repo hosted on oss.oracle.com. Is it a known problem?
At present I am repackaging this RPM
http://public-yum.oracle.com/repo/OracleLinux/OL7/0/base/x86_64/getPackageSource/ocfs2-tools-1.8.0-16.el7.src.rpm
Is this the only package repo hosted by Oracle?
@Goldwyn. I assumed that you were already talking about both
Suse and Opensuse but you were right to stress it because
I should not have taken that for granted.
I was wondering if there were other distros (Redhat family,
Debian family) actively helping with patches, as far as you know.
Sorry if I am bothering you with so many questions.
I hope I could return the favour with some fixes/improvements.
Cheers,
Germano
On 16/12/14 05:35, Srinivas Eeda wrote:
> Hi Goldwyn, Germano
>
> I have updated ocfs2-tools git repo with latest fixes :)
>
> Germano,
>
> following documentation is available for OCFS2
>
> http://docs.oracle.com/cd/E37670_01/E37355/html/ol_ocfs2.html
> http://www.oracle.com/us/technologies/linux/025995.htm
> https://oss.oracle.com/projects/ocfs2/dist/documentation/v1.8/ocfs2-1_8_2-manpages.pdf
>
> https://oss.oracle.com/projects/ocfs2/documentation/
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-12-16 17:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-09 19:32 [Ocfs2-devel] ocfs2-tools repository and documentation Germano Percossi
2014-12-14 7:24 ` Goldwyn Rodrigues
2014-12-15 18:47 ` Germano Percossi
2014-12-16 5:35 ` Srinivas Eeda
2014-12-16 17:43 ` Germano Percossi
2014-12-16 15:01 ` Goldwyn Rodrigues
2014-12-16 15:29 ` Goldwyn Rodrigues
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.