summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Bryn M. Reeves [Wed, 31 Oct 2012 19:34:00 +0000 (19:34 +0000)]
Fix packaging of udev rules file
Bryn M. Reeves [Wed, 31 Oct 2012 19:26:19 +0000 (19:26 +0000)]
Fix udev rules to use new command name
Bryn M. Reeves [Wed, 31 Oct 2012 19:23:43 +0000 (19:23 +0000)]
Install empty map from tarball instead of touching
Bryn M. Reeves [Wed, 31 Oct 2012 19:22:59 +0000 (19:22 +0000)]
Add usage information and examples to README
Bryn M. Reeves [Wed, 31 Oct 2012 19:22:45 +0000 (19:22 +0000)]
Add RPM spec file to version control
Bryn M. Reeves [Wed, 31 Oct 2012 18:59:02 +0000 (18:59 +0000)]
Update udev rules file
Correct several bugs in the udev rules and fix support for whole-
disk vs. partitioned devices. Udev link priorities are used to
prefer multipath over sd and partitions over whole-disks. This
may not work for all situations but covers those documented in
the existing guides.
Bryn M. Reeves [Wed, 31 Oct 2012 18:58:31 +0000 (18:58 +0000)]
Add empty map file templatet to version control
Bryn M. Reeves [Wed, 31 Oct 2012 18:58:16 +0000 (18:58 +0000)]
Rename wwidmap -> blkdevalias
Bryn M. Reeves [Tue, 30 Oct 2012 17:58:42 +0000 (17:58 +0000)]
Add COPYING and README
Bryn M. Reeves [Tue, 30 Oct 2012 16:52:02 +0000 (16:52 +0000)]
Fix querydisk -d output
Stat's field formatters produce maj:min values in hex. Pass them
through the shell's arithmetic expansion to decmialise them before
using so that they match the oracleasm and ls -l output.
Bryn M. Reeves [Tue, 30 Oct 2012 16:39:09 +0000 (16:39 +0000)]
Add wm_querydisk implementation
Implement "wwidmap querydisk" to print the same information as the
oracleasm equivalent.
Bryn M. Reeves [Tue, 30 Oct 2012 16:38:01 +0000 (16:38 +0000)]
Misc. tidyups
- Load map for all commands
- Tidy up debug output
- Add traling newline to configure message
Bryn M. Reeves [Tue, 30 Oct 2012 00:10:07 +0000 (00:10 +0000)]
Initial commit