|
From: Donald W W. <dw...@us...> - 2001-12-14 22:45:29
|
Hi,
I am using evms-0.2.4 with the 2.4.16 kernel.
Without devfs, using evmsgui and the LVM region manager, I have created
a segment, a container, a region, and a volume. After committing the
changes,
the volume node (which should be in /dev/evms) does not exist.
I have debugged this to the extent that I have discovered that in the call
to
ForEachItem() in evms_update_evms_dev_tree(), VolumeDataList->ItemCount
is zero, thus causing ForEachItem() to fail to call ensure_dev_node().
An additional problem is that Actions->Commit can be called repeatedly
without the gui recognizing that a commit has been successfully performed.
As Ram said, the node also fails to appear while using devfs. The commit
problem outlined in the previous paragraph does not exist while using
devfs.
Thanks,
Don
|