OpenSolaris

Printable Version Enter a New Search
Bug ID 6559567
Synopsis The createfile, openfile, closefile and delete file flowops need consistency in file specification
State 10-Fix Delivered (Fix available in build)
Category:Subcategory benchmarks:filebench
Keywords
Responsible Engineer Andrew W Wilson
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_88
Fixed In snv_88
Release Fixed solaris_nevada(snv_88)
Related Bugs 6584805
Submit Date 18-May-2007
Last Update Date 23-April-2008
Description
The openfile flowop can use a designated file descriptor, default (0) file descriptor, or rotating file descriptor and then picks an arbitrary file from the fileset to open. The createfile flowop requires a designated file descriptor, which can be the default (0) descriptor and then picks an arbitrary file from the fileset to create. The fsync and closefile flowops require a designated file descriptor, which can be the default (0) descriptor and use that to determine the file to operate on. The deletefile flowop ignores the file descriptor and picks an arbitrary file to delete. It should be fairly easy, and desirable to have designated vs. rotating file descriptor options apply to all, and the deletefile, fsync and maybe even closefile use either the designated file descriptor or arbitrary file options.
Work Around
N/A
Comments
N/A